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 9ea7f1a commit b554ab7Copy full SHA for b554ab7
.github/workflows/cleanup_pr_body.yml
@@ -23,4 +23,4 @@ jobs:
23
- name: Update PR description
24
env:
25
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
- run: .github/scripts/cleanup_pr_body.sh "${{ github.event.number }}"
+ run: bash .github/scripts/cleanup_pr_body.sh "${{ github.event.number }}"
0 commit comments