mirror of
https://github.com/ClusterCockpit/cc-metric-collector.git
synced 2025-08-09 20:43:01 +02:00
add submodule init to runonce action
This commit is contained in:
4
.github/workflows/runonce.yml
vendored
4
.github/workflows/runonce.yml
vendored
@@ -6,6 +6,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
# See: https://github.com/marketplace/actions/setup-go-environment
|
||||
- name: Setup Golang
|
||||
@@ -22,6 +24,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
submodules: recursive
|
||||
|
||||
# See: https://github.com/marketplace/actions/setup-go-environment
|
||||
- name: Setup Golang
|
||||
|
Reference in New Issue
Block a user