Skip to content

Commit

Permalink
Add with ref github.head_ref to README
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel committed Apr 13, 2024
1 parent 896cc0d commit 4b8a201
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Expand Up @@ -40,8 +40,11 @@ jobs:

steps:
- 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
- uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit 4b8a201

Please sign in to comment.