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 802326d commit 01fa120Copy full SHA for 01fa120
action.yml
@@ -45,8 +45,7 @@ runs:
45
ruby-version: 3.1
46
- uses: actions/checkout@v4
47
with:
48
- # We want to always get the default branch ref.
49
- ref: "${{ github.event.pull_request.base.ref }}"
+ ref: "${{ github.event.pull_request.base.ref }}" # We want to always get the default branch ref.
50
- name: Create pull request
51
run: |
52
if [ "${{ github.event_name }}" == "pull_request" ] && [ "${{ github.event.action }}" == "closed" ]; then
0 commit comments