@@ -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
|
||||||
Reference in New Issue
Block a user