Skip to content

Commit

Permalink
fix: add }
Browse files Browse the repository at this point in the history
  • Loading branch information
SharaevN committed Dec 28, 2022
1 parent e9cfeec commit 82c2482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
upsert: true
work-dir: .github/test-stacks/golang
config-map: "{name: {value: test, secret: false}}"
plugins: "[{name: ${{ env.TEST_PLUGIN_NAME }}, version: ${{ env.TEST_PLUGIN_VERSION }}, server: ${{ env.TEST_PLUGIN_SERVER }}]"
plugins: "[{name: ${{ env.TEST_PLUGIN_NAME }}, version: ${{ env.TEST_PLUGIN_VERSION }}, server: ${{ env.TEST_PLUGIN_SERVER }}}]"
- run: echo 'The random string is `${{ steps.pulumi.outputs.name }}`'
- run: |
pulumi plugin ls | grep ${{ env.TEST_PLUGIN_NAME }} | grep ${{ env.TEST_PLUGIN_VERSION }}
Expand Down

0 comments on commit 82c2482

Please sign in to comment.