We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1b1f3 commit a7eb84aCopy full SHA for a7eb84a
1 file changed
.github/workflows/update.yml
@@ -53,12 +53,14 @@ jobs:
53
git config --global user.email '${{ steps.get-user-id.outputs.user-id }}+${{ steps.app-token.outputs.app-slug }}[bot]@users.noreply.github.com'
54
- name: Commit updated data
55
run: |
56
+ pushd $REPO_DIR
57
git stash
58
git pull --ff-only
59
git stash pop
60
git add -A .
61
git commit -m "${{ env.TIMESTAMP }} Data Update by ${{ steps.app-token.outputs.app-slug }}"
62
git push
63
+ popd
64
- name: Show health stats
65
if: ${{ always() }}
66
0 commit comments