Rename main Git development branch from master to main

Avoid using terms associated with slavery and exploitation.

Signed-off-by: Jonas <jonas@freesources.org>
This commit is contained in:
Jonas
2023-01-16 16:32:51 +01:00
parent 2cceb58826
commit 528bb867b4
10 changed files with 12 additions and 11 deletions

View File

@@ -44,14 +44,14 @@ jobs:
git config --local user.name "GitHub Action"
git tag -f nightly
- name: Push tag
uses: juliushaertl/github-push-action@master
uses: juliushaertl/github-push-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
tags: true
force: true
- name: Create Release
id: create_release
uses: juliushaertl/action-release@master
uses: juliushaertl/action-release@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag: nightly