mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-15 05:45:20 +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
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
|
ref: v3
|
||||||
|
|
||||||
- name: Use flyctl
|
- name: Use flyctl
|
||||||
uses: superfly/flyctl-actions/setup-flyctl@master
|
uses: superfly/flyctl-actions/setup-flyctl@master
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue