Skip to content

Commit

Permalink
chore: update-dist workflow can use default branch
Browse files Browse the repository at this point in the history
  • Loading branch information
myyk committed Oct 24, 2023
1 parent 4d57551 commit 6521ce9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/update-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
token: ${{ github.token }} # Replace github.token with PAT (personal access token) if you need to trigger a new workflow. https://git.io/JcHD9
- name: Use Node.js
uses: actions/setup-node@v3
Expand Down

0 comments on commit 6521ce9

Please sign in to comment.