Skip to content

Commit

Permalink
Update build-push-next.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danchitnis authored Nov 20, 2024
1 parent f0bc61e commit ef47955
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build-push-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,12 @@ jobs:
name: playwright-report
path: playwright-report/
retention-days: 30



- name: Configure Git
run: |
git config --global user.name 'GitHub Action'
git config --global user.email '[email protected]'
# First handle any uncommitted changes
- name: Stage and commit any changes
Expand Down

0 comments on commit ef47955

Please sign in to comment.