We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21cc16e commit f518aa4Copy full SHA for f518aa4
action.yml
@@ -47,7 +47,7 @@ runs:
47
- name: Deploy Reflex App
48
run: |
49
cd ${{ inputs.app_directory }}
50
- if [[ "${{ github.event.inputs.dry_run }}" == "true" ]]; then
+ if [[ "${{ inputs.dry_run }}" == "true" ]]; then
51
echo "Dry run enabled, skipping reflex deployv2."
52
else
53
reflex deployv2 --token ${{ inputs.auth_token }} --project ${{ inputs.project_id }} --no-interactive ${{ inputs.extra_args }}
0 commit comments