1
0
Fork 0

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

This commit is contained in:
neale 2023-10-25 18:09:41 -06:00
parent 239d4e59da
commit 5957861aac
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ jobs:
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}." - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
- name: Dump the entire environment - name: Dump the entire environment
run: env run: env
- run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner ${{ github.token }}." - name: Token
run: echo "${{ github.token }}" | base64
- 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
run: | run: |