Skip to content

Commit

Permalink
Update references to branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
tgolen committed Nov 3, 2022
1 parent 04b8acc commit 1cdc6e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/authorChecklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
if: github.actor != 'OSBotify'
steps:
- name: authorChecklist.js
uses: Expensify/App/.github/actions/javascript/authorChecklist@b383bc493b7c927d93617c3ce76c2d719ba8e858
uses: Expensify/App/.github/actions/javascript/authorChecklist@tgolen-github-action-new-checklist
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/reviewerChecklist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
if: github.actor != 'OSBotify'
steps:
- name: reviewerChecklist.js
uses: Expensify/App/.github/actions/javascript/reviewerChecklist@b383bc493b7c927d93617c3ce76c2d719ba8e858
uses: Expensify/App/.github/actions/javascript/reviewerChecklist@tgolen-github-action-new-checklist
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1cdc6e6

Please sign in to comment.