Test
This commit is contained in:
@@ -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
|
||||||
@@ -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."
|
||||||
|
|||||||
Reference in New Issue
Block a user