Skip to content

Commit 4b8a201

Browse files
committed
Add with ref github.head_ref to README
1 parent 896cc0d commit 4b8a201

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,11 @@ jobs:
4040

4141
steps:
4242
- uses: actions/checkout@v4
43+
with:
44+
ref: ${{ github.head_ref }}
4345

44-
# Other steps that change files in the repository
46+
# Other steps that change files in the repository go here
47+
#
4548

4649
# Commit all changed files back to the repository
4750
- uses: stefanzweifel/git-auto-commit-action@v5

0 commit comments

Comments
 (0)