Skip to content

Commit

Permalink
EXUI-266: Update folder the script is pointed to
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Elliott authored and Tom Elliott committed Aug 18, 2023
1 parent b762593 commit 55295d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/populate-preview-deployment-id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
token: ${{ steps.generate-token.outputs.token }}
ref: master
- name: Make script executable
run: chmod +x populatepreviewdeploymentid.sh
run: chmod +x ${{ github.workspace }}/populatepreviewdeploymentid.sh
- name: Running script to populate preview deployment ID
run: ./populatepreviewdeploymentid.sh ${{ github.workspace }} ${{ github.ref }} ${{ github.event.number }}
working-directory: ./
Expand Down

0 comments on commit 55295d6

Please sign in to comment.