We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa64800 commit 9a10173Copy full SHA for 9a10173
.github/workflows/cicd.yml
@@ -92,6 +92,8 @@ jobs:
92
if: github.ref_type == 'tag'
93
runs-on: ubuntu-latest
94
steps:
95
+ - name: Checkout
96
+ uses: actions/checkout@v2
97
- name: "Set up QEMU"
98
uses: docker/setup-qemu-action@v1
99
with:
0 commit comments