Add debug statements to the ci action
This commit is contained in:
parent
00fb149d8e
commit
4f9f4bcf72
|
@ -15,7 +15,7 @@ jobs:
|
|||
- name: "LS"
|
||||
run: ls -lisa
|
||||
- name: "LS ECHO"
|
||||
run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.ref_name }}"
|
||||
run: echo "$(ls)" "${{ gitea.repository }}" "${{ gitea.ref_name }}" "${{ gitea }}" "${{ gitea.sha }}"
|
||||
- name: "Git switch"
|
||||
run: git switch "${{ gitea.ref_name }}"
|
||||
- uses: aevea/action-kaniko@master
|
||||
|
|
Loading…
Reference in New Issue
Block a user