run name contains trigger info

This commit is contained in:
wyatt-avilla 2023-11-05 20:00:30 -08:00
parent 4c84f36aaa
commit d0be4ce066

View File

@ -1,5 +1,5 @@
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:
push:
gollum: # on wiki edit
@ -7,8 +7,6 @@ jobs:
start-action:
runs-on: ubuntu-latest
steps:
- run: echo "This was automatically triggered by a ${{ github.event_name }} event."
- name: Check out main
uses: actions/checkout@v4
with:
@ -20,10 +18,5 @@ jobs:
repository: ${{ github.repository }}.wiki
path: wiki-dir
- name: List files in the repository
run: |
ls ${{ github.workspace }}
ls
- name: Run Tests
run: ./src-dir/.github/workflows/testPatches.sh ./src-dir ./wiki-dir