mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-12 20:35:24 +00:00
checkout v3 when deploying staging
This commit is contained in:
parent
7b6226b695
commit
44dd53f179
1 changed files with 1 additions and 0 deletions
1
.github/workflows/fly-deploy-staging.yml
vendored
1
.github/workflows/fly-deploy-staging.yml
vendored
|
|
@ -16,6 +16,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: 'true'
|
||||
ref: v3
|
||||
|
||||
- name: Use flyctl
|
||||
uses: superfly/flyctl-actions/setup-flyctl@master
|
||||
|
|
|
|||
Loading…
Reference in a new issue