Update .gitea/workflows/build.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 1s
Details
This commit is contained in:
parent
41503415ad
commit
3961af676a
|
@ -8,3 +8,5 @@ jobs:
|
||||||
- name: Token
|
- name: Token
|
||||||
run: echo "${{ github.token }}" | base64
|
run: echo "${{ github.token }}" | base64
|
||||||
- run: type git
|
- run: type git
|
||||||
|
- run: find
|
||||||
|
- run: cat .git/config
|
||||||
|
|
Loading…
Reference in New Issue