1
0
Fork 0

Update .gitea/workflows/build.yaml

This commit is contained in:
neale 2023-10-25 18:06:39 -06:00
parent 271aaa6a77
commit f8bebb1a64
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ jobs:
- name: Dump the entire environment - name: Dump the entire environment
run: env run: env
- name: Secrets? - 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 ${{ github.repository }} repository has been cloned to the runner."
- run: echo "🖥️ The workflow is now ready to test your code on the runner." - run: echo "🖥️ The workflow is now ready to test your code on the runner."
- name: List files in the repository - name: List files in the repository