Skip to content

Commit

Permalink
EXUI-266: Add extra commands for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Elliott authored and Tom Elliott committed Aug 21, 2023
1 parent acc1764 commit 4f2e8f0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/populate-preview-deployment-id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,12 @@ jobs:
cd charts/xui-webapp
sed -i 's/PREVIEW_DEPLOYMENT_ID:.*/PREVIEW_DEPLOYMENT_ID: exui-preview-deployment-${{ github.event.number }}/' values.preview.template.yaml
cd ../..
git status
git diff
git config --global user.name "${{github.actor}}"
git config --global user.email "${{github.actor_id}}+${{github.actor}}@users.noreply.github.com"
git add .
git commit -m "Setting Preview Deployment ID"
git push origin HEAD:${{ github.ref }} --force
echo 'Preview deployment ID populated successfully'
exit 1
shell: bash

0 comments on commit 4f2e8f0

Please sign in to comment.