Skip to content

Commit

Permalink
EXUI-266: Alter action to use auto commit
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 4f2e8f0 commit eb52561
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/populate-preview-deployment-id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ jobs:
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'
shell: bash
- name: Commit
uses: stefanzweifel/git-auto-commit-action@v4
with:
skip_dirty_check: false
commit_message: "Setting Preview Deployment ID"

0 comments on commit eb52561

Please sign in to comment.