Skip to content

Commit fba0e5b

Browse files
committed
indent
1 parent 7de4d6b commit fba0e5b

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/docker.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,11 @@ jobs:
2525
name: Workflow Overview
2626
runs-on: ubuntu-latest
2727
steps:
28-
- name: Write overview
29-
shell: bash
30-
run: |
31-
: "${GITHUB_STEP_SUMMARY:=$RUNNER_TEMP/summary.md}"
32-
bash ci/summary.sh "$GITHUB_STEP_SUMMARY"
33-
34-
28+
- name: Write overview
29+
shell: bash
30+
run: |
31+
: "${GITHUB_STEP_SUMMARY:=$RUNNER_TEMP/summary.md}"
32+
bash ci/summary.sh "$GITHUB_STEP_SUMMARY"
3533
3634
discover:
3735
if: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)