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 7de4d6b commit fba0e5bCopy full SHA for fba0e5b
1 file changed
.github/workflows/docker.yml
@@ -25,13 +25,11 @@ jobs:
25
name: Workflow Overview
26
runs-on: ubuntu-latest
27
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
+ - name: Write overview
+ shell: bash
+ run: |
+ : "${GITHUB_STEP_SUMMARY:=$RUNNER_TEMP/summary.md}"
+ bash ci/summary.sh "$GITHUB_STEP_SUMMARY"
35
36
discover:
37
if: ${{ github.event_name != 'pull_request' }}
0 commit comments