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