Skip to content

Commit

Permalink
updated output varible name on the back end for match in trigger action
Browse files Browse the repository at this point in the history
  • Loading branch information
Terry McGuinness committed Jan 30, 2025
1 parent d8335b5 commit 0f0d076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger-gitlab-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
needs: trigger
steps:
- name: Send webhook to GitLab
#if: needs.check_label.outputs.match == 'true'
if: ${{ needs.trigger.outputs.match }} == 'true'
env:
GITLAB_TRIGGER_URL: ${{ secrets.GITLAB_TRIGGER_URL }}
GITLAB_TRIGGER_TOKEN: ${{ secrets.GITLAB_TRIGGER_TOKEN }}
Expand Down

0 comments on commit 0f0d076

Please sign in to comment.