Skip to content

Commit

Permalink
use correct ref
Browse files Browse the repository at this point in the history
  • Loading branch information
pschichtel committed Oct 6, 2023
1 parent 662cb1b commit c65f77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
curl -X POST \
--fail \
-F token=${DEPLOY_TOKEN} \
-F ref=REF_NAME \
-F ref=main \
-F "variables[TARGET]=website" \
-F "variables[IMAGE_VALUES]=$json" \
https://cubyte.dev/api/v4/projects/373/trigger/pipeline

0 comments on commit c65f77e

Please sign in to comment.