File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
21
21
- name : Configure branch name
22
22
id : branch_name
23
- run : echo "GH_REF_NAME=$(echo ${{ github.ref_name }} | sed 's|/|-|g')" >> $GITHUB_OUTPUT
23
+ run : echo "GH_REF_NAME=$(echo ${{ github.event.pull_request.head.ref }} | sed 's|/|-|g')" >> $GITHUB_OUTPUT
24
24
25
25
- name : Set up Docker Buildx
26
26
uses : docker/setup-buildx-action@v3
Original file line number Diff line number Diff line change 40
40
41
41
- name : Configure branch name
42
42
id : branch_name
43
- run : echo "GH_REF_NAME=$(echo ${{ github.ref_name }} | sed 's|/|-|g')" >> $GITHUB_OUTPUT
43
+ run : echo "GH_REF_NAME=$(echo ${{ github.event.pull_request.head.ref }} | sed 's|/|-|g')" >> $GITHUB_OUTPUT
44
44
45
45
- name : GitHub Configuration
46
46
run : git config --global url."https://oauth2:${{ secrets.GH_TOKEN }}@github.com".insteadOf https://github.com
You can’t perform that action at this time.
0 commit comments