Skip to content

Commit 3632d5e

Browse files
committed
test
1 parent 2d07545 commit 3632d5e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/review.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
token: ${{ secrets.GITHUB_TOKEN }}
2323

2424
- run: |
25+
echo ${{ github.event.pull_request.head.ref }}
26+
echo ${{ github.event.pull_request.head.label }}
2527
sudo apt update -y && sudo apt upgrade -y
2628
sudo apt install -y exiftool
2729
@@ -36,4 +38,4 @@ jobs:
3638
uses: actions-js/push@master
3739
with:
3840
github_token: "${{ secrets.GITHUB_TOKEN }}"
39-
branch: refs/pull/${{ github.event.number }}/merge
41+
branch: ${{ github.event.pull_request.head.ref }}

0 commit comments

Comments
 (0)