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 1e87529 commit 0f9305eCopy full SHA for 0f9305e
.github/workflows/cookbook_pr_opened.yaml
@@ -34,12 +34,9 @@ jobs:
34
- name: Copy cache from main to PR branch
35
id: copyCache
36
run: |
37
- echo github.event.inputs.pr_number=${{ github.event.inputs.pr_number }}
38
- echo env.PR_NUMBER=${{ env.PR_NUMBER }}
39
- echo PR_NUMBER=$PR_NUMBER
40
git config user.name github-actions
41
git config user.email [email protected]
42
- git push origin HEAD:_cookbook_data_PR${PR_NUMBER}
+ git push origin HEAD:_cookbook_data_PR${{ env.PR_NUMBER }}
43
44
- name: Add descriptive comment to PR
45
uses: thollander/actions-comment-pull-request@v3
0 commit comments