Skip to content

Commit

Permalink
update step name
Browse files Browse the repository at this point in the history
  • Loading branch information
frett committed Jun 12, 2024
1 parent 4be6349 commit 90b33d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/record-snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: gradle/actions/setup-gradle@v3
- name: Record snapshots
run: ./gradlew cleanRecordPaparazzi --scan
- name: Commit Podfile.lock
- name: Commit snapshots
run: |
git config --global user.name '${{ github.actor }}'
git config --global user.email '${{ github.actor }}@users.noreply.github.com'
Expand Down

0 comments on commit 90b33d8

Please sign in to comment.