Add with ref github.head_ref to README
This commit is contained in:
parent
896cc0d225
commit
4b8a201e31
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user