Skip to content

Commit

Permalink
Double quote fail
Browse files Browse the repository at this point in the history
  • Loading branch information
bardsley committed Aug 20, 2024
1 parent f82e21c commit 4e1566e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install Plugin & Deploy
uses: serverless/[email protected]
with:
args: -c ""cd ./functions && serverless plugin install --name serverless-prune-plugin && serverless deploy --verbose"
args: -c "cd ./functions && serverless plugin install --name serverless-prune-plugin && serverless deploy --verbose"
entrypoint: /bin/sh
env:
SERVERLESS_ACCESS_KEY: ${{ secrets.SERVERLESS_ACCESS_KEY }}

0 comments on commit 4e1566e

Please sign in to comment.