playing with workflow summary
This commit is contained in:
parent
3336834daf
commit
6581639086
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release_stable.yml
vendored
4
.github/workflows/release_stable.yml
vendored
|
@ -42,13 +42,13 @@ jobs:
|
||||||
- name: notfound
|
- name: notfound
|
||||||
if: (steps.repository.outputs.exists == 'false')
|
if: (steps.repository.outputs.exists == 'false')
|
||||||
run: |
|
run: |
|
||||||
SUMMARY=$'Repository tag ${{ steps.dotclear.outputs.version }} not found.\nLaunching next job.'
|
SUMMARY=$'${{ github.repository }} repository tag ${{ steps.dotclear.outputs.version }} not found.\nLaunching next job.'
|
||||||
echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY
|
echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY
|
||||||
|
|
||||||
- name: found
|
- name: found
|
||||||
if: (steps.repository.outputs.exists == 'true')
|
if: (steps.repository.outputs.exists == 'true')
|
||||||
run: |
|
run: |
|
||||||
SUMMARY=$'Repository tag ${{ steps.dotclear.outputs.version }} found.\nStopping workflow.'
|
SUMMARY=$'${{ github.repository }} repository tag ${{ steps.dotclear.outputs.version }} found.\nStopping workflow.'
|
||||||
echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY
|
echo "$SUMMARY" >> $GITHUB_STEP_SUMMARY
|
||||||
|
|
||||||
do_release:
|
do_release:
|
||||||
|
|
Loading…
Reference in a new issue