Initiated the action. #1
@ -19,3 +19,14 @@ jobs:
|
||||
start-version: 0.1.1
|
||||
- run: |
|
||||
echo "Version found and result returned: ${{steps.versionup.outputs.current_version}}"
|
||||
|
||||
test-job:
|
||||
runs-on: pi
|
||||
steps:
|
||||
- name: Set output
|
||||
id: set-output
|
||||
run: |
|
||||
echo "::set-output name=current_version::1.2.3"
|
||||
- name: Use output
|
||||
run: |
|
||||
echo "Output current_version is ${{steps.set-output.outputs.current_version}}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user