mirror of
https://codeberg.org/dwl/dwl.git
synced 2025-10-27 10:14:14 +00:00
run name contains trigger info
This commit is contained in:
parent
4c84f36aaa
commit
d0be4ce066
@ -1,5 +1,5 @@
|
|||||||
name: Test all Patches
|
name: Test all Patches
|
||||||
run-name: Test all Patches for ${{ github.event.repository.updated_at }}
|
run-name: Test all Patches due to a ${{ github.event_name }} from @${{ github.actor }}
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
gollum: # on wiki edit
|
gollum: # on wiki edit
|
||||||
@ -7,8 +7,6 @@ jobs:
|
|||||||
start-action:
|
start-action:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo "This was automatically triggered by a ${{ github.event_name }} event."
|
|
||||||
|
|
||||||
- name: Check out main
|
- name: Check out main
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
@ -20,10 +18,5 @@ jobs:
|
|||||||
repository: ${{ github.repository }}.wiki
|
repository: ${{ github.repository }}.wiki
|
||||||
path: wiki-dir
|
path: wiki-dir
|
||||||
|
|
||||||
- name: List files in the repository
|
|
||||||
run: |
|
|
||||||
ls ${{ github.workspace }}
|
|
||||||
ls
|
|
||||||
|
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: ./src-dir/.github/workflows/testPatches.sh ./src-dir ./wiki-dir
|
run: ./src-dir/.github/workflows/testPatches.sh ./src-dir ./wiki-dir
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user