Skip to content

Commit

Permalink
We need submodules whenever we use git checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
dsagal committed Nov 6, 2024
1 parent 62ef45f commit c543385
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/fly-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
if: github.repository_owner == 'gristlabs'
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: superfly/flyctl-actions/setup-flyctl@master
with:
version: 0.2.72
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/fly-destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
(github.event.action == 'unlabeled' && github.event.label.name == 'preview')))
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Set up flyctl
uses: superfly/flyctl-actions/setup-flyctl@master
with:
Expand Down

0 comments on commit c543385

Please sign in to comment.