1
0
Fork 0

Update .gitea/workflows/build.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s Details

This commit is contained in:
neale 2023-10-25 18:20:24 -06:00
parent 3961af676a
commit 0de6254fc7
1 changed files with 1 additions and 2 deletions

View File

@ -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