We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168664c commit 6b8bac3Copy full SHA for 6b8bac3
.github/workflows/update-contributors.yml
@@ -41,7 +41,7 @@ jobs:
41
- name: Checkout New Branch
42
env:
43
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44
- BRANCH_AGAINST: "dev"
+ BRANCH_AGAINST: "main"
45
run: |
46
printf "GitHub Actor: ${GITHUB_ACTOR}\n"
47
export BRANCH_FROM="contributors/update-$(date '+%Y-%m-%d')"
0 commit comments