Skip to content

Commit 4a97cc4

Browse files
committed
add checkout action
1 parent bf8c081 commit 4a97cc4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
environment: ${{ inputs.environment }}
1414
steps:
15+
- name: Checkout repository
16+
uses: actions/checkout@v2
1517
- name: Declare image's tag
1618
shell: bash
1719
run: |

0 commit comments

Comments
 (0)