Update .gitea/workflows/build.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
Details
This commit is contained in:
parent
3961af676a
commit
0de6254fc7
|
@ -7,6 +7,5 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Token
|
- name: Token
|
||||||
run: echo "${{ github.token }}" | base64
|
run: echo "${{ github.token }}" | base64
|
||||||
- run: type git
|
- run: git clone $GITHUB_SERVER_URL/$GITHUB_REPOSITORY
|
||||||
- run: find
|
- run: find
|
||||||
- run: cat .git/config
|
|
||||||
|
|
Loading…
Reference in New Issue