Skip to content

Commit

Permalink
fix: remove double $ typo
Browse files Browse the repository at this point in the history
Signed-off-by: Taylor Price <[email protected]>
  • Loading branch information
drpebcak committed Jun 25, 2024
1 parent 907aadf commit 1d0aab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dispatch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
token: $${{ secrets.BOT_GH_TOKEN }}
token: ${{ secrets.BOT_GH_TOKEN }}
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/[email protected]
Expand Down

0 comments on commit 1d0aab6

Please sign in to comment.