更新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] on: [push]
jobs: jobs:
test: test:
runs-on: act_runner1 runs-on: ubuntu-latest
steps: steps:
- name: Run arbitrary command - name: Run arbitrary command
- run: | run: |
echo "Hello from Gitea Actions!" echo "Hello from Gitea Actions"
date date
uname -a uname -a