mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Need to checkout code explicitly (#2192)
This commit is contained in:
parent
1db2acbff7
commit
07342e95c9
1 changed files with 3 additions and 0 deletions
|
|
@ -22,6 +22,9 @@ jobs:
|
|||
build-docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Configure AWS credentials
|
||||
uses: aws-actions/configure-aws-credentials@v1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue