Skip to content

Commit

Permalink
fix: testing inputs booleans without quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipe Forattini committed May 5, 2022
1 parent 68d7c24 commit 3ff31fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/service-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,9 @@ jobs:
- name: Debug | Print k8s-to-apply.yml
if: inputs.debug == true
run: cat ./manifests/k8s-to-apply.yml
run: |
echo -e "\n\n docker/config.json:\n\n$(cat ~/.docker/config.json)"
echo -e "\n\n k8s-to-apply.yml:\n\n$(cat ./manifests/k8s-to-apply.yml)"
- name: K8s apply YAML
if: steps.deploy_setup.outputs.deploy_as_k8s == 'true'
Expand Down

0 comments on commit 3ff31fc

Please sign in to comment.