Skip to content

Commit

Permalink
Fix syntax error in CI workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jul 28, 2024
1 parent 080c686 commit eb24cda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: TickX/var-to-dotenv@v1.1.1
with:
key: 'SOME_ENV_VAR'
value: 'Some value
value: 'Some value'
envPath: '/tmp/.env'
- name: 'Display environment variables'
uses: cliffano/command-docker-action@main
Expand Down

0 comments on commit eb24cda

Please sign in to comment.