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.
2 parents b2bd036 + 9f931f5 commit 0484772Copy full SHA for 0484772
.github/workflows/pr-env-destroy.yml
@@ -51,7 +51,7 @@ jobs:
51
- name: Git Clone - ${{ github.event.pull_request.head.ref }}
52
uses: actions/checkout@v4
53
with:
54
- ref: ${{ github.event.pull_request.head.ref }}
+ ref: ${{ github.event.pull_request.merged && github.event.pull_request.base.ref || github.event.pull_request.head.ref }}
55
56
- name: Setup asdf cache
57
uses: actions/cache@v4
0 commit comments