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 56b09d4 commit 53234d6Copy full SHA for 53234d6
.github/workflows/deploy-project.yml
@@ -27,8 +27,8 @@ jobs:
27
with:
28
github-token: ${{ steps.generate-token.outputs.token }}
29
script: |
30
- const environment = `"${{ inputs.environment }}"`;
31
- const project = `"${{ inputs.project }}"`;
+ const environment = "${{ inputs.environment }}";
+ const project = "${{ inputs.project }}";
32
const workflowId = `deploy-${environment}.yml`;
33
34
try {
0 commit comments