We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff98063 commit f89bc41Copy full SHA for f89bc41
1 file changed
.github/workflows/dev.yaml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- id: step1
15
name: step 1
16
- run: echo tip='HOW ARE YOU?' >> $GITHUB_OUTPUT
+ run: echo "tip=hello" >> $GITHUB_OUTPUT
17
- name: step 2
18
run: "output from step1 is ${{ steps.step1.outputs.tip }}"
19
job2:
0 commit comments