Show job outputs from check-upstream.
parent
98d7be7315
commit
e128d955d9
|
@ -56,6 +56,12 @@ jobs:
|
||||||
echo "new_release_exists=true" >>"$GITHUB_OUTPUT"
|
echo "new_release_exists=true" >>"$GITHUB_OUTPUT"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
- name: Show Output
|
||||||
|
id: show-output
|
||||||
|
run: |
|
||||||
|
echo "## Job Outputs" >>"$GITHUB_STEP_SUMMARY"
|
||||||
|
sed -e 's;^.*;* `\0`;' "$GITHUB_OUTPUT" >>"$GITHUB_STEP_SUMMARY"
|
||||||
|
|
||||||
build-deb:
|
build-deb:
|
||||||
name: Build DEB Packages
|
name: Build DEB Packages
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue