Skip to content

Commit

Permalink
EXUI-266: Change working directory for the running of sed script in a…
Browse files Browse the repository at this point in the history
…ction
  • Loading branch information
Tom Elliott authored and Tom Elliott committed Aug 21, 2023
1 parent d764afb commit 0d52000
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/populate-preview-deployment-id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
with:
token: ${{ steps.generate-token.outputs.token }}
ref: master
- name: Running script to populate preview deployment ID
- name: Populate preview deployment ID
run: |
sed -i '' -e 's/PREVIEW_DEPLOYMENT_ID:.*/PREVIEW_DEPLOYMENT_ID: exui-preview-deployment-${{ github.event.number }}/' charts/xui-webapp/values.preview.template.yaml
working-directory: ./
sed -i '' -e 's/PREVIEW_DEPLOYMENT_ID:.*/PREVIEW_DEPLOYMENT_ID: exui-preview-deployment-${{ github.event.number }}/' values.preview.template.yaml
working-directory: charts/xui-webapp
shell: bash
- name: Commit
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit 0d52000

Please sign in to comment.