playing with workflow summary
This commit is contained in:
parent
f7f4cb359e
commit
3336834daf
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release_stable.yml
vendored
4
.github/workflows/release_stable.yml
vendored
|
@ -46,7 +46,7 @@ jobs:
|
||||||
echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY
|
echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY
|
||||||
|
|
||||||
- name: found
|
- name: found
|
||||||
if: (steps.repository.outputs.exists == 'false')
|
if: (steps.repository.outputs.exists == 'true')
|
||||||
run: |
|
run: |
|
||||||
SUMMARY=$'Repository tag ${{ steps.dotclear.outputs.version }} found.\nStopping workflow.'
|
SUMMARY=$'Repository tag ${{ steps.dotclear.outputs.version }} found.\nStopping workflow.'
|
||||||
echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY
|
echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY
|
||||||
|
@ -74,7 +74,7 @@ jobs:
|
||||||
|
|
||||||
- name: summary
|
- name: summary
|
||||||
run: |
|
run: |
|
||||||
SUMMARY=$'Release ${{ steps.dotclear.outputs.version }} created.'
|
SUMMARY=$'Release ${{ steps.dotclear.outputs.version }} created.\n${{ steps.create_release.outputs.url }}'
|
||||||
echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY
|
echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY
|
||||||
|
|
||||||
do_image:
|
do_image:
|
||||||
|
|
Loading…
Reference in a new issue