Skip to content

Commit

Permalink
Feature/abc 123 some feature work (#4)
Browse files Browse the repository at this point in the history
* fixes script path

---------

Co-authored-by: Chris Ball <chris.ball@slalom.com>
  • Loading branch information
chrisba11 and ball-slalom authored Feb 21, 2024
1 parent 72d5a9d commit d94fa73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/feature_stack_cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
FEATURE_TAG="${{ github.event.inputs.feature_tag }}"
else
# get feature tag from branch name workflow is running against
FEATURE_TAG="$(./ci-scripts/create-feature-tag.sh ${{ github.event.ref }})"
FEATURE_TAG="$(./scripts/create-feature-tag.sh ${{ github.event.ref }})"
# set CONTINUE to false if not a branch deletion
if [[ "${{ github.event.ref_type }}" == "tag" ]]; then
Expand Down

0 comments on commit d94fa73

Please sign in to comment.