Skip to content

Commit eaf2bd3

Browse files
committed
fix branch, ensure we add .tributors file
Signed-off-by: vsoch <vsoch@users.noreply.github.com>
1 parent eba19cb commit eaf2bd3

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/update-contributors.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout New Branch
2828
env:
2929
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30-
BRANCH_AGAINST: "main"
30+
BRANCH_AGAINST: "master"
3131
run: |
3232
printf "GitHub Actor: ${GITHUB_ACTOR}\n"
3333
export BRANCH_FROM="contributors/update-$(date '+%Y-%m-%d')"

.tributors

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

0 commit comments

Comments
 (0)