Skip to content

Commit

Permalink
adjust ci variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mkriegeskorte committed Jul 1, 2024
1 parent 2276b3d commit 1f2a4fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
--request POST \
--form token=${{ secrets.CI_TOKEN }} \
--form ref=main \
--form 'variables[GITHUB_BRANCH]'=$GITHUB_REF_NAME
--form 'variables[GITHUB_COMMIT_REF_NAME]'=$GITHUB_REF_NAME
${{ secrets.CI_WEBHOOK_URL }} \
&> /dev/null

0 comments on commit 1f2a4fb

Please sign in to comment.