Skip to content

Commit

Permalink
env
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-xin committed Feb 22, 2024
1 parent 8934c3d commit b2706ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/depolyment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: output contents
run: ls dist/
- name: echo env
run: echo "DATABASE_NAME: $DATABASE_NAME"
run: 'echo "DATABASE_NAME\: $DATABASE_NAME"'
- name: get output
run: echo "${{ needs.test.outputs.script-file }}"
- name: Deploy
Expand Down

0 comments on commit b2706ee

Please sign in to comment.