We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd8084 commit 3e25178Copy full SHA for 3e25178
.github/workflows/update-snippets.yaml
@@ -19,11 +19,11 @@ jobs:
19
add-paths: |
20
snippets
21
commit-message: Update code snippets
22
- branch: update-code-snippets/$(git rev-parse --abbrev-ref HEAD)
+ branch: update-code-snippets/${{ github.sha }}
23
title: 'chore: update code snippets'
24
assignees: ${{ github.actor }}
25
reviewers: ${{ github.actor }}
26
delete-branch: true
27
body: |
28
This automated pull request includes updated code snippets.
29
- base: ${{ github.head_ref }}
+ base: ${{ github.ref }}
0 commit comments