更新deploy.yml
Cmd Test / test (push) Has been cancelled

This commit is contained in:
YaoLei
2026-07-02 17:16:43 +08:00
parent f9b345dc78
commit b981cde42d
+4 -4
View File
@@ -1,12 +1,12 @@
name: CI Demo
name: Cmd Test
on: [push]
jobs:
test:
runs-on: act_runner1
runs-on: ubuntu-latest
steps:
- name: Run arbitrary command
- run: |
echo "Hello from Gitea Actions!"
run: |
echo "Hello from Gitea Actions"
date
uname -a