Skip to content

Commit

Permalink
fix: hotfix submodule cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Apr 10, 2024
1 parent a39c2f6 commit 92b92b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ci-setup-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
uses: actions/cache@v3
with:
path: .git/modules
key: submodules-${{ hashFiles('.gitmodules') }}
key: submodules-${{ hashFiles('.gitmodules') }}-spot-ebs

- name: Checkout Submodules
shell: bash
Expand Down

0 comments on commit 92b92b3

Please sign in to comment.