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 783bfa6 commit 42d85deCopy full SHA for 42d85de
.github/workflows/on-pr-close.yml
@@ -28,7 +28,7 @@ jobs:
28
steps:
29
- uses: actions/checkout@v4
30
with:
31
- ref: ${{ env.BRANCH_NAME }}
+ ref: ${{ env.BRANCH_NAME || 'main' }}
32
- uses: ./.github/actions/make/
33
34
command: build
@@ -41,7 +41,7 @@ jobs:
41
42
43
44
45
fetch-depth: 0
46
- name: Remove PR workspaces
47
uses: ./.github/actions/make/
0 commit comments