We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ba352e commit e2ee98dCopy full SHA for e2ee98d
.github/workflows/test.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
steps:
13
- id: test
14
- run: ::set-output name=foo::bar
+ run: echo "::set-output name=foo::bar"
15
- name: Dump steps context
16
env:
17
STEPS_CONTEXT: ${{ toJson(steps) }}
0 commit comments