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 4154bd3 commit e861c44Copy full SHA for e861c44
.github/workflows/deploy.yml
@@ -59,10 +59,11 @@ jobs:
59
;;
60
esac
61
- name: Deploy to ReflexCloud
62
- uses: reflex-dev/reflex-deploy-action@v1
+ uses: reflex-dev/reflex-deploy-action@masenf/skip-checkout
63
with:
64
auth_token: ${{ secrets.REFLEX_AUTH_TOKEN }}
65
project_id: ${{ secrets.REFLEX_PROJECT_ID }}
66
app_directory: ${{ matrix.folder }}
67
extra_args: ${{ env.EXTRA_ARGS }}
68
- dry_run: ${{ vars.DRY_RUN }}
+ dry_run: ${{ vars.DRY_RUN }}
69
+ skip_checkout: "true"
0 commit comments