Skip to content

Commit a7eb84a

Browse files
committed
Workflow fix for commit stage
1 parent cc1b1f3 commit a7eb84a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/update.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,14 @@ jobs:
5353
git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com'
5454
- name: Commit updated data
5555
run: |
56+
pushd $REPO_DIR
5657
git stash
5758
git pull --ff-only
5859
git stash pop
5960
git add -A .
6061
git commit -m "${{ env.TIMESTAMP }} Data Update by ${{ steps.app-token.outputs.app-slug }}"
6162
git push
63+
popd
6264
- name: Show health stats
6365
if: ${{ always() }}
6466
run: |

0 commit comments

Comments
 (0)