Add with ref github.head_ref to README

This commit is contained in:
Stefan Zweifel 2024-04-13 10:35:11 +02:00
parent 896cc0d225
commit 4b8a201e31
No known key found for this signature in database
1 changed files with 4 additions and 1 deletions

View File

@ -40,8 +40,11 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
# Other steps that change files in the repository # Other steps that change files in the repository go here
# …
# Commit all changed files back to the repository # Commit all changed files back to the repository
- uses: stefanzweifel/git-auto-commit-action@v5 - uses: stefanzweifel/git-auto-commit-action@v5