Update .gitea/workflows/build.yaml
This commit is contained in:
parent
2b9440919d
commit
271aaa6a77
|
@ -11,7 +11,7 @@ jobs:
|
|||
- name: Dump the entire environment
|
||||
run: env
|
||||
- name: Secrets?
|
||||
run: echo github.token: "${{github.token}}"
|
||||
run: echo github.token: "${{ github.token }}"
|
||||
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
|
||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
- name: List files in the repository
|
||||
|
|
Loading…
Reference in New Issue