Test
This commit is contained in:
@@ -13,5 +13,4 @@ if [[ -n "$OUTPUT" ]]; then
|
||||
echo "EOF" >> "$GITHUB_OUTPUT"
|
||||
fi
|
||||
|
||||
echo "Result: $RESULT"
|
||||
exit $RESULT
|
||||
@@ -55,10 +55,10 @@ outputs:
|
||||
runs:
|
||||
using: "composite"
|
||||
steps:
|
||||
- run: echo "Own workspace."
|
||||
shell: bash
|
||||
- name: "Own workspace."
|
||||
uses: act/common/utils/chown@master
|
||||
# - run: echo "Own workspace."
|
||||
# shell: bash
|
||||
# - name: "Own workspace."
|
||||
# uses: act/common/utils/chown@master
|
||||
- run: echo "Get the next version of the package."
|
||||
shell: bash
|
||||
- name: "Get the next version of the package."
|
||||
|
||||
Reference in New Issue
Block a user