更新 '.gitea/workflows/build.yaml'
Some checks failed
Explore-Gitea-Actions

This commit is contained in:
Qubot 2023-08-07 11:28:10 +00:00
parent 96260b98ca
commit efbda3198e

View File

@ -5,6 +5,10 @@ jobs:
Explore-Gitea-Actions:
runs-on: ubuntu-latest
steps:
- name: echo
run: cat /etc/hostname
- name: Checkout
uses: https://github.com/actions/checkout@v3