Skip to content

Commit

Permalink
Add pull action to git step
Browse files Browse the repository at this point in the history
  • Loading branch information
Soap2G authored Sep 4, 2024
1 parent 6af4d3f commit eefc563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/notebooks-runner-autocheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,7 @@ jobs:
ls -l status.md
git checkout -b update_status_${{ github.sha }}
git pull origin main --rebase
git add status.md
git commit -m "Update status.md, commit ${{ github.sha }}"
git push -u origin update_status_${{ github.sha }}

0 comments on commit eefc563

Please sign in to comment.