Thanks to visit codestin.com Credit goes to github.com
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.
pr-deploy.yaml
1 parent c969da4 commit 96435eeCopy full SHA for 96435ee
.github/workflows/pr-cleanup.yaml
@@ -18,7 +18,7 @@ jobs:
18
- name: Get PR number
19
id: pr_number
20
run: |
21
- if [ -z "${{ github.event.pull_request.number }}" ]; then
+ if [ -n "${{ github.event.pull_request.number }}" ]; then
22
echo "PR_NUMBER=${{ github.event.pull_request.number }}" >> $GITHUB_OUTPUT
23
else
24
echo "PR_NUMBER=${{ github.event.inputs.pr_number }}" >> $GITHUB_OUTPUT
0 commit comments