Skip to content

Commit

Permalink
Update code.deploy.dev.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
estohlmann authored Oct 29, 2024
1 parent 9354df9 commit 681af47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code.deploy.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Create config-custom.yaml
id: create-yaml
run: |
echo ${{vars.CONFIG_YAML}} > config-custom.yaml
echo "${{vars.CONFIG_YAML}}" > config-custom.yaml
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 681af47

Please sign in to comment.