Skip to content

Commit

Permalink
always use dev branch of openproject-flavours
Browse files Browse the repository at this point in the history
even if it had other branches, the git ref used here is the core ref to be built not the flavours ref to be used
  • Loading branch information
machisuji committed Dec 8, 2023
1 parent 141c456 commit c2efc03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
curl -i --fail-with-body -H"authorization: Bearer $TOKEN" \
-XPOST -H"Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/$REPOSITORY/actions/workflows/$WORKFLOW_ID/dispatches \
-d '{"ref": "${{ github.ref_name }}", "inputs": { "ref" : "'$CORE_REF'" }}'
-d '{"ref": "dev", "inputs": { "ref" : "'$CORE_REF'" }}'

0 comments on commit c2efc03

Please sign in to comment.