Skip to content

Commit b2c33ed

Browse files
committed
Fixed checkout code step
1 parent 801ac46 commit b2c33ed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-docker.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
alg: ${{ fromJson(needs.list-algs.outputs.matrix) }}
5353
fail-fast: false
5454
steps:
55-
# -
56-
# name: Checkout code
57-
# uses: actions/checkout@v3
55+
-
56+
name: Checkout code
57+
uses: actions/checkout@v3
5858
# - name: Log in to Docker Hub
5959
# uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
6060
# with:

0 commit comments

Comments
 (0)