We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc226ee commit 4e52079Copy full SHA for 4e52079
.github/workflows/container.yml
@@ -49,10 +49,12 @@ jobs:
49
runs-on: ubuntu-latest
50
needs: build-docker-base-images
51
steps:
52
- - name: Checkout code
53
- uses: actions/checkout@v4
54
-
55
- - name: Clone GitLab submodule
+ - uses: actions/checkout@v1
+ with:
+ repository: organization_name/repo_name
+ token: ${{ secrets.GITHUB_TOKEN }}
56
+
57
+ - name: Clone GitHub submodule
58
run: |
59
git clone https://github.com/Benncs/rcmtool.git subprojects/rcmtool
60
0 commit comments