Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sambacha authored Jan 21, 2023
1 parent 50dd7b9 commit 320b5d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
branch: ${{ steps.date.outputs.date }}
force: true

- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: HandleIfFailure
if: failure()
uses: JasonEtco/create-an-issue@v2
Expand Down

0 comments on commit 320b5d3

Please sign in to comment.