diff --git a/.github/workflows/auto_update.yml b/.github/workflows/auto_update.yml index 926d2efb..da7d9da0 100644 --- a/.github/workflows/auto_update.yml +++ b/.github/workflows/auto_update.yml @@ -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