.gitea/workflows/output.yml aktualisiert
Build Workflow / Build (push) Failing after 5s
Build Workflow / Deploy (push) Has been skipped
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Successful in 34s
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Successful in 26s
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Successful in 30s
Output Information / info (push) Successful in 6s
Build Workflow / Build (push) Failing after 5s
Build Workflow / Deploy (push) Has been skipped
Test Gitea Actions support Matrix? / build (14, ubuntu-latest) (push) Successful in 34s
Test Gitea Actions support Matrix? / build (16, ubuntu-latest) (push) Successful in 26s
Test Gitea Actions support Matrix? / build (18, ubuntu-latest) (push) Successful in 30s
Output Information / info (push) Successful in 6s
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
name: Output Information
|
name: Output Information
|
||||||
on:
|
on:
|
||||||
|
push:
|
||||||
pull_request:
|
pull_request:
|
||||||
types: [opened, edited, closed, reopened, synchronize]
|
types: [opened, edited, closed, reopened, synchronize]
|
||||||
issues:
|
issues:
|
||||||
@@ -9,6 +10,11 @@ jobs:
|
|||||||
info:
|
info:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout Code
|
||||||
|
uses: actions/checkout@v3
|
||||||
|
- name: Check Command support
|
||||||
|
run: |
|
||||||
|
find -name "package-lock.json" -not -path "**/node_modules/*"
|
||||||
- name: Because
|
- name: Because
|
||||||
run: echo "${{gitea.event.action)}}"
|
run: echo "${{gitea.event.action)}}"
|
||||||
- name: Output Event Details
|
- name: Output Event Details
|
||||||
|
|||||||
Reference in New Issue
Block a user