Skip to content

Commit 752bd32

Browse files
fix: line ending on github-workflow-dispatcher
1 parent d9dd2b7 commit 752bd32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github-workflow-dispatcher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -e
33

44

55
curl \
6-
--fail \
6+
--fail \
77
-X POST \
88
-H "Accept: application/vnd.github.v3+json" \
99
-H "Authorization: token ${GITHUB_TOKEN}" \

0 commit comments

Comments
 (0)