Add some logging.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 52s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 52s
This commit is contained in:
parent
df20ad86c9
commit
b7d11b743d
1 changed files with 6 additions and 1 deletions
|
@ -10,8 +10,13 @@ jobs:
|
|||
runs-on: alpine-latest
|
||||
|
||||
steps:
|
||||
- name: Test
|
||||
run: ls /usr/bin
|
||||
shell: sh
|
||||
|
||||
- name: Setup SSH Agent
|
||||
uses: webfactory/ssh-agent@v0.9.0
|
||||
shell: sh
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue