Skip to content

Commit f89bc41

Browse files
test
1 parent ff98063 commit f89bc41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- id: step1
1515
name: step 1
16-
run: echo tip='HOW ARE YOU?' >> $GITHUB_OUTPUT
16+
run: echo "tip=hello" >> $GITHUB_OUTPUT
1717
- name: step 2
1818
run: "output from step1 is ${{ steps.step1.outputs.tip }}"
1919
job2:

0 commit comments

Comments
 (0)