更新 .gitea/workflows/main.yaml
CI / Build (push) Has been cancelled
Details
CI / Build (push) Has been cancelled
Details
This commit is contained in:
parent
a8ace53898
commit
81ed17a816
|
@ -15,9 +15,10 @@ jobs:
|
||||||
chmod +x run.sh
|
chmod +x run.sh
|
||||||
./run.sh
|
./run.sh
|
||||||
|
|
||||||
# - uses: actions/setup-go@v5
|
- uses: actions/setup-go@v5
|
||||||
# with:
|
with:
|
||||||
# go-version: 1.22
|
go-version: 1.22
|
||||||
|
|
||||||
- name: echo hello world
|
- name: echo hello world
|
||||||
run: |
|
run: |
|
||||||
echo "I love you"
|
echo "I love you"
|
||||||
|
|
Loading…
Reference in New Issue