Fixed missing checkout action

This commit is contained in:
nicobo 2020-12-20 23:26:32 +01:00 committed by GitHub
parent 07cf2aaa20
commit 8616c8587f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# Download and Install IBM Cloud CLI
- name: Login to Docker Hub
uses: docker/login-action@v1