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