Skip to content

Commit 01fa120

Browse files
committed
Move comment position
1 parent 802326d commit 01fa120

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,7 @@ runs:
4545
ruby-version: 3.1
4646
- uses: actions/checkout@v4
4747
with:
48-
# We want to always get the default branch ref.
49-
ref: "${{ github.event.pull_request.base.ref }}"
48+
ref: "${{ github.event.pull_request.base.ref }}" # We want to always get the default branch ref.
5049
- name: Create pull request
5150
run: |
5251
if [ "${{ github.event_name }}" == "pull_request" ] && [ "${{ github.event.action }}" == "closed" ]; then

0 commit comments

Comments
 (0)