We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4f6e1 commit 1c600feCopy full SHA for 1c600fe
.github/workflows/generate_idehelper.yml
@@ -74,7 +74,7 @@ jobs:
74
env:
75
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76
77
- - name: Close existing PR (if found)
+ - name: Close existing PR (if found)
78
if: env.pr_number != ''
79
run: |
80
gh pr close ${{ env.pr_number }} --delete-branch
0 commit comments