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 ec61c59 commit 880d85bCopy full SHA for 880d85b
.github/workflows/ci.yml
@@ -132,7 +132,7 @@ jobs:
132
path: package.json
133
134
- name: Echo package.json
135
- run: echo "${{ steps.package.outputs.content }}"
+ run: echo "$\{{ steps.package.outputs.content }}"
136
```
137
138
Specify the **branch** to read the file content
@@ -146,5 +146,5 @@ jobs:
146
path: README.md
147
148
- name: Echo README.md(gh-pages)
149
- run: echo "\${{ steps.ghpages.outputs.content }}"
+ run: echo "$\{{ steps.ghpages.outputs.content }}"
150
0 commit comments