ci: use master instead of main

This commit is contained in:
goaaats 2021-09-28 16:39:04 +02:00 committed by GitHub
parent a5a0fa5ee7
commit 7b80327f82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,4 +96,4 @@ jobs:
git add repo.json git add repo.json
git commit -m "[CI] Updating repo.json for ${{ github.ref }}" || true git commit -m "[CI] Updating repo.json for ${{ github.ref }}" || true
git push origin main || true git push origin master || true