mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 15:31:21 +00:00
Merge pull request #31 from bartvdbraak/feat/unlighthouse
debug: Add event logging to retrieve origin
This commit is contained in:
commit
62b039b695
1 changed files with 7 additions and 0 deletions
7
.github/workflows/gh-pages-cleanup.yaml
vendored
7
.github/workflows/gh-pages-cleanup.yaml
vendored
|
@ -13,6 +13,13 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v3.5.3
|
||||
|
||||
- run: |
|
||||
echo GITHUB_ACTION: $GITHUB_ACTION
|
||||
echo GITHUB_WORKFLOW: $GITHUB_WORKFLOW
|
||||
echo GITHUB_EVENT_NAME: $GITHUB_EVENT_NAME
|
||||
echo GITHUB_EVENT_PATH: $GITHUB_EVENT_PATH
|
||||
cat $GITHUB_EVENT_PATH
|
||||
|
||||
- name: Delete directory in gh-pages
|
||||
if: github.event.ref_type == 'branch'
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue