Skip to content

Commit f816086

Browse files
authored
ci: correct ref
1 parent 1c01711 commit f816086

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)