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 c8656de commit 8728d40Copy full SHA for 8728d40
.github/workflows/blank.yml
@@ -23,7 +23,10 @@ jobs:
23
# Steps represent a sequence of tasks that will be executed as part of the job
24
steps:
25
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26
- - uses: actions/checkout@v4
+ - name: Checkout
27
+ uses: actions/checkout@v4
28
+ with:
29
+ submodules: true
30
31
# Runs a single command using the runners shell
32
- name: Run a one-line script
0 commit comments