We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e9131e commit 1188eabCopy full SHA for 1188eab
.github/workflows/render.yaml
@@ -47,10 +47,12 @@ jobs:
47
CTATOK: ${{ secrets.CTATOK }}
48
run: |
49
python get_queue.py
50
- - name: Commit results
51
- run: |
52
- git commit queue.csv -m 'New data harvest' || echo "No changes to commit"
53
- git push origin || echo "No changes to commit"
+ - name: Commit and Push Changes
+ id: commit-and-push
+ uses: stefanzweifel/git-auto-commit-action@v5
+ with:
54
+ commit_message: 'New data harvest'
55
+ file_pattern: 'queue.csv'
56
- uses: r-lib/actions/setup-r@v2
57
- uses: r-lib/actions/setup-pandoc@v2
58
- name: Install rmarkdown
0 commit comments