Skip to content

Commit

Permalink
Trigger Update DB from selected branch
Browse files Browse the repository at this point in the history
instead of always hardcoding `main`!

Related: COMPOSER-2227
  • Loading branch information
atodorov committed Jun 11, 2024
1 parent ee3fa6b commit 26fe01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
steps:
- name: Trigger CI
run: |
curl --request POST --form token=$TRIGGER_TOKEN --form ref=main https://gitlab.com/api/v4/projects/36844106/trigger/pipeline
curl --request POST --form token=$TRIGGER_TOKEN --form ref=${{ github.ref_name }} https://gitlab.com/api/v4/projects/36844106/trigger/pipeline

0 comments on commit 26fe01a

Please sign in to comment.