Skip to content

Commit

Permalink
fixed branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
KrogerWalt committed May 24, 2021
1 parent f5fbf70 commit 40e0713
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.idea/
*.iml
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ set -e
curl -XPOST -u "${INPUT_USER}:${INPUT_PAT}" \
-H "Accept: application/vnd.github.everest-preview+json" \
-H "Content-Type: application/json" \
"https://api.github.com/repos/${INPUT_OWNER}/${INPUT_REPO}/actions/workflows/${INPUT_WORKFLOW}/dispatches" \
-f "https://api.github.com/repos/${INPUT_OWNER}/${INPUT_REPO}/actions/workflows/${INPUT_WORKFLOW}/dispatches" \
--data "{\"ref\": \"${INPUT_BRANCH}\"}"

0 comments on commit 40e0713

Please sign in to comment.