Skip to content

Commit

Permalink
corrected path to trigger script
Browse files Browse the repository at this point in the history
  • Loading branch information
deathtenk committed May 15, 2024
1 parent 18d4997 commit abb1b5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ami.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ jobs:
aws-region: us-east-1

- name: Trigger AMI Build
run: $GITHUB_WORKSPACE/dev-resources/template/marketplace/trigger-update.sh -v ${{ github.event.inputs.version }}
run: $GITHUB_WORKSPACE/dev-resources/template/marketplace/scripts/trigger-update.sh -v ${{ github.event.inputs.version }}

0 comments on commit abb1b5c

Please # to comment.