Skip to content

Commit

Permalink
Update zap_regeneration.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
woody-apple authored and pull[bot] committed Dec 10, 2021
1 parent 9ef9dc5 commit 4437052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/zap_regeneration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
if: (github.event.issue.pull_request != '' && contains(github.event.comment.body, '/regenerate')) || (github.event_name == 'workflow_dispatch')

steps:
- name: Checkout
- name: Checkout the latest code
uses: actions/checkout@v2
with:
#token: ${{ secrets.APPLE_PERSONAL_ACCESS_TOKEN }}
token: ${{ secrets.APPLE_PERSONAL_ACCESS_TOKEN }}
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
- name: Use Node.js 14.x
uses: actions/setup-node@v2
Expand Down

0 comments on commit 4437052

Please sign in to comment.