trigger pipeline test
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
*.bin filter=lfs diff=lfs merge=lfs -text
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
name: Demo Pipeline
|
|
||||||
|
|
||||||
on: push
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: Hello
|
|
||||||
run: echo "Hello from Gitea Actions!"
|
|
||||||
- name: System Info
|
|
||||||
run: |
|
|
||||||
echo "OS: $(uname -s)"
|
|
||||||
echo "User: $(whoami)"
|
|
||||||
echo "Date: $(date)"
|
|
||||||
- name: Files in repo
|
|
||||||
run: ls -la
|
|
||||||
Reference in New Issue
Block a user