Skip to content

Commit

Permalink
EXUI-266: Add user name and email
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 8942ff7 commit acc1764
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/populate-preview-deployment-id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ 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 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
Expand Down

0 comments on commit acc1764

Please sign in to comment.