Skip to content

Commit 2e522ef

Browse files
authored
Update TriggerTagBot.yml
1 parent 1b34d67 commit 2e522ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/TriggerTagBot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
echo "::set-output name=packagename::$PACKAGENAME"
2020
- name: Run `repository_dispatch` on updated repo, to trigger tagbot
2121
run: |
22-
curl -L -X POST
22+
curl -L -X POST \
2323
-H "Accept: application/vnd.github+json" \
2424
-H "Authorization: ${{ secrets.TAGBOT_PAT }}" \
2525
-H "X-GitHub-Api-Version: 2022-11-28" \

0 commit comments

Comments
 (0)