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 4aab1e9 commit e2fd382Copy full SHA for e2fd382
.github/workflows/node.yaml
@@ -53,7 +53,7 @@ jobs:
53
shell: bash
54
- id: get_artifact
55
name: Get Artifact Path
56
- run: '"::set-output name=artifact::RandomQuotes-JS.${{ steps.determine_version.outputs.semVer }}.zip"'
+ run: echo "::set-output name=artifact::RandomQuotes-JS.${{ steps.determine_version.outputs.semVer }}.zip"
57
58
- id: get_artifact_name
59
name: Get Artifact Name
0 commit comments