Skip to content

Commit 3e25178

Browse files
try again
1 parent 0fd8084 commit 3e25178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-snippets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
add-paths: |
2020
snippets
2121
commit-message: Update code snippets
22-
branch: update-code-snippets/$(git rev-parse --abbrev-ref HEAD)
22+
branch: update-code-snippets/${{ github.sha }}
2323
title: 'chore: update code snippets'
2424
assignees: ${{ github.actor }}
2525
reviewers: ${{ github.actor }}
2626
delete-branch: true
2727
body: |
2828
This automated pull request includes updated code snippets.
29-
base: ${{ github.head_ref }}
29+
base: ${{ github.ref }}

0 commit comments

Comments
 (0)