Skip to content

Commit 8fe55a1

Browse files
committedNov 4, 2020
chore: update bethtest workflow
1 parent 9a2c114 commit 8fe55a1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎.github/workflows/bethtest.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,15 @@ jobs:
77
release:
88
runs-on: ubuntu-latest
99
steps:
10-
- name: "thing 1"
10+
- id: release
11+
name: "thing 1"
1112
run: |
1213
echo "::set-output name=foo::bar"
14+
outputs:
15+
foo:
16+
description: thing
17+
outputs:
18+
foo: '${{ steps.release.outputs.foo }}'
1319

1420
notify-gem-released:
1521
needs: release

0 commit comments

Comments
 (0)
Please sign in to comment.