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 92d23bc commit 95e0cc1Copy full SHA for 95e0cc1
.github/workflows/on-pr-update.yml
@@ -21,7 +21,9 @@ jobs:
21
echo "os_branch=${{ github.event.branches[0].name }}" >> $GITHUB_ENV
22
- name: Get branch name if pr review state changed
23
if: github.event_name == 'pull_request_review'
24
+ env:
25
+ PR_HEAD_REF: ${{ github.event.pull_request.head.ref }}
26
run: >
- echo "os_branch=${{ github.event.pull_request.head.ref }}" >> $GITHUB_ENV
27
+ echo "os_branch=$PR_HEAD_REF" >> $GITHUB_ENV
28
- name: Notify
29
run: ${{ secrets.NOTIFY }}
0 commit comments