Fixup the workflow description
This commit is contained in:
2
.github/workflows/build-lists.yml
vendored
2
.github/workflows/build-lists.yml
vendored
@ -23,7 +23,6 @@ jobs:
|
||||
- name: Post the summary
|
||||
run: |
|
||||
git add -A
|
||||
echo '### Diff' >> $GITHUB_STEP_SUMMARY
|
||||
printf '### Diff\n```diff\n%s\n```\n' "$(git diff --staged)" >> $GITHUB_STEP_SUMMARY
|
||||
- name: Extract secrets
|
||||
run: |
|
||||
@ -59,5 +58,4 @@ jobs:
|
||||
- name: Post the summary
|
||||
run: |
|
||||
git add -A
|
||||
echo '### Diff' >> $GITHUB_STEP_SUMMARY
|
||||
printf '### Diff\n```diff\n%s\n```\n' "$(git diff --staged)" >> $GITHUB_STEP_SUMMARY
|
||||
|
Reference in New Issue
Block a user