Skip to content

Commit

Permalink
fix path for script
Browse files Browse the repository at this point in the history
  • Loading branch information
bjosttveit committed Oct 17, 2024
1 parent 5ac0195 commit fc7fb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/revert.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
FD_PROFILE: ${{ vars.AZURE_PROFILE_FC }}
FD_RESOURCEGROUP: ${{ vars.AZURE_RESOURCE_GROUP_FC }}
run: |
bash .github/scripts/revert.sh \
bash app-frontend/.github/scripts/revert.sh \
--tag "${{ inputs.tag }}" \
--actor "${{ github.actor }}" \
--actor_id "${{ github.actor_id }}" \
Expand Down

0 comments on commit fc7fb98

Please sign in to comment.