1
0
Fork 0

Update .gitea/workflows/build.yaml

This commit is contained in:
neale 2023-10-25 18:05:40 -06:00
parent b271f81b90
commit 2b9440919d
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ jobs:
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Dump the entire environment
run: env
- name: Secrets?
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