Skip to content

Commit 3dfbb54

Browse files
committed
Remove excessive white-spaces
1 parent b2aeb89 commit 3dfbb54

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/broken-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
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 }}

.github/workflows/update-from-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
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]"

0 commit comments

Comments
 (0)