We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801ac46 commit b2c33edCopy full SHA for b2c33ed
.github/workflows/ci-docker.yml
@@ -52,9 +52,9 @@ jobs:
52
alg: ${{ fromJson(needs.list-algs.outputs.matrix) }}
53
fail-fast: false
54
steps:
55
- # -
56
- # name: Checkout code
57
- # uses: actions/checkout@v3
+ -
+ name: Checkout code
+ uses: actions/checkout@v3
58
# - name: Log in to Docker Hub
59
# uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a
60
# with:
0 commit comments