Skip to content

Commit 8caec86

Browse files
committed
correcting branch and updating to release for tributors
Signed-off-by: vsoch <[email protected]>
1 parent ee0d27f commit 8caec86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-contributors.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: allcontributors-auto-detect
33
on:
44
push:
55
branches:
6-
- main
6+
- master
77

88
jobs:
99
Update:
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout Repository
1414
uses: actions/checkout@v2
1515
- name: Tributors Update
16-
uses: con/tributors@run-twice
16+
uses: con/tributors@0.0.21
1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919
with:

0 commit comments

Comments
 (0)