Skip to content

Commit

Permalink
[DEV-13628] Adding triggered destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
vitali-federau-monite committed Jan 23, 2025
1 parent c6c0028 commit c3a8668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-trigger-stop-review.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
PROJECT_ID="${{ secrets.GITLAB_GROUP_ID }}"
GITLAB_TOKEN="${{ secrets.GITLAB_TRIGGER_TOKEN }}"
NORMALIZED_GITHUB_BRANCH=$(echo "${{ github.ref_name }}" | tr '[:upper:]' '[:lower:]' | sed 's/[^a-z0-9-]/-/g' | cut -c1-63)
NORMALIZED_GITHUB_BRANCH=$(echo "${{ github.head_ref }}" | tr '[:upper:]' '[:lower:]' | sed 's/[^a-z0-9-]/-/g' | cut -c1-63)
echo "NORMALIZED_GITHUB_BRANCH = $NORMALIZED_GITHUB_BRANCH"
curl --request POST \
Expand Down

0 comments on commit c3a8668

Please sign in to comment.