This commit is contained in:
2025-07-01 14:22:06 -07:00
parent b2916c80dc
commit 78ff6a853b
2 changed files with 4 additions and 5 deletions

View File

@@ -13,5 +13,4 @@ if [[ -n "$OUTPUT" ]]; then
echo "EOF" >> "$GITHUB_OUTPUT" echo "EOF" >> "$GITHUB_OUTPUT"
fi fi
echo "Result: $RESULT"
exit $RESULT exit $RESULT

View File

@@ -55,10 +55,10 @@ outputs:
runs: runs:
using: "composite" using: "composite"
steps: steps:
- run: echo "Own workspace." # - run: echo "Own workspace."
shell: bash # shell: bash
- name: "Own workspace." # - name: "Own workspace."
uses: act/common/utils/chown@master # uses: act/common/utils/chown@master
- run: echo "Get the next version of the package." - run: echo "Get the next version of the package."
shell: bash shell: bash
- name: "Get the next version of the package." - name: "Get the next version of the package."