Skip to content

Commit

Permalink
Update checklist-to-pdf.yml
Browse files Browse the repository at this point in the history
fix: really fixed the typo this time
  • Loading branch information
cotpat authored Nov 24, 2023
1 parent e3a297c commit ee42308
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checklist-to-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Attach PDF to release
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secret.GITHUB_TOKEN }}
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: ./checklist.pdf
name: checklist-form.pdf
tag: ${{ github.ref }}

0 comments on commit ee42308

Please sign in to comment.