File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828 echo "number=$(gh issue list -l 'bug' -l 'automated' -L 1 -S 'in:title \"Link Checker Report\"' -s 'open' --json 'number' --jq '.[].number')" >> $GITHUB_OUTPUT
2929 env :
3030 GH_TOKEN : ${{ github.token }}
31-
31+
3232 - name : Close issue if everything is fine
3333 if : steps.lychee.outputs.exit_code == 0 && steps.find-issue.outputs.number != ''
3434 run : gh issue close -r 'not planned' ${{ steps.find-issue.outputs.number }}
Original file line number Diff line number Diff line change 4242 # If no PAT is used the following error occurs on a push:
4343 # refusing to allow a GitHub App to create or update workflow `.github/workflows/xxx.yml` without `workflows` permission
4444 token : ${{ secrets.UPDATE_FROM_TEMPLATE_PAT }}
45-
45+
4646 - name : Init Git
4747 run : |
4848 git config --global user.email "[email protected] " @@ -188,7 +188,7 @@ jobs:
188188 # If no PAT is used the following error occurs on a push:
189189 # refusing to allow a GitHub App to create or update workflow `.github/workflows/xxx.yml` without `workflows` permission
190190 token : ${{ secrets.UPDATE_FROM_TEMPLATE_PAT }}
191-
191+
192192 - name : Init Git
193193 run : |
194194 git config --global user.email "[email protected] "
You can’t perform that action at this time.
0 commit comments