We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00b37aa commit 88c124bCopy full SHA for 88c124b
.github/actions/checkout/action.yml
@@ -3,16 +3,16 @@ name: git submodule init
3
runs:
4
using: composite
5
steps:
6
- - uses: ./.github/actions/fast-submodule
+ - uses: dtolnay/.github/.github/actions/fast-submodule@master
7
with:
8
submodule: rust
9
- run: git -C rust log --all
10
shell: bash
11
12
13
working-directory: rust
14
submodule: library/backtrace
15
16
17
18
submodule: library/stdarch
.github/actions/fast-submodule/action.yml
0 commit comments