Update .gitea/workflows/build.yaml
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
Details
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
Details
This commit is contained in:
parent
6153e9595a
commit
239d4e59da
|
@ -10,8 +10,7 @@ jobs:
|
|||
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
|
||||
- name: Dump the entire environment
|
||||
run: env
|
||||
- run: echo "github.token: ${{ github.repository }}"
|
||||
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner."
|
||||
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner ${{ github.token }}."
|
||||
- run: echo "🖥️ The workflow is now ready to test your code on the runner."
|
||||
- name: List files in the repository
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue