We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf8c081 commit 4a97cc4Copy full SHA for 4a97cc4
1 file changed
.github/workflows/deploy.yaml
@@ -12,6 +12,8 @@ jobs:
12
runs-on: ubuntu-latest
13
environment: ${{ inputs.environment }}
14
steps:
15
+ - name: Checkout repository
16
+ uses: actions/checkout@v2
17
- name: Declare image's tag
18
shell: bash
19
run: |
0 commit comments