Skip to content

Commit 880d85b

Browse files
committed
chore: update workflows config.
1 parent ec61c59 commit 880d85b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
path: package.json
133133
134134
- name: Echo package.json
135-
run: echo "${{ steps.package.outputs.content }}"
135+
run: echo "$\{{ steps.package.outputs.content }}"
136136
```
137137
138138
Specify the **branch** to read the file content
@@ -146,5 +146,5 @@ jobs:
146146
path: README.md
147147
148148
- name: Echo README.md(gh-pages)
149-
run: echo "\${{ steps.ghpages.outputs.content }}"
149+
run: echo "$\{{ steps.ghpages.outputs.content }}"
150150
```

0 commit comments

Comments
 (0)