fix/adds allow-dirty

This commit is contained in:
itsscb 2024-06-01 00:36:05 +02:00
parent 9ed50cd096
commit 371632c247

View File

@ -44,7 +44,8 @@ jobs:
override: true override: true
- name: Deploy to shuttle.rs - name: Deploy to shuttle.rs
uses: shuttle-hq/deploy-action@main uses: shuttle-hq/deploy-action@main
with: with:
allow-dirty: "true"
deploy-key: ${{ secrets.SHUTTLE_TOKEN }} deploy-key: ${{ secrets.SHUTTLE_TOKEN }}
# run: cargo install --locked cargo-shuttle # run: cargo install --locked cargo-shuttle
# - name: Deploy to Shuttle # - name: Deploy to Shuttle