Skip to content

Commit 6f36860

Browse files
committed
ci: fix YAML step indentation for Build Pages content
1 parent a6ed445 commit 6f36860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codestate-pr-report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ jobs:
4040
run: |
4141
python tools/codestate_pr_report.py
4242
43-
- name: Build Pages content (index + history)
43+
- name: Build Pages content (index + history)
4444
env:
45-
PR_NUMBER: ${{ github.event.pull_request.number || '' }}
45+
PR_NUMBER: ${{ github.event.pull_request.number || '' }}
4646
GITHUB_SHA: ${{ github.sha }}
4747
run: |
4848
set -e

0 commit comments

Comments
 (0)