mirror of
https://github.com/bartvdbraak/omnidash.git
synced 2025-04-27 23:41:21 +00:00
debug: Temporary debug logging
This commit is contained in:
parent
a41ae0e580
commit
9c2387e2c7
1 changed files with 7 additions and 0 deletions
7
.github/workflows/seo-reports.yaml
vendored
7
.github/workflows/seo-reports.yaml
vendored
|
@ -81,6 +81,13 @@ jobs:
|
||||||
echo "[View the full report](https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ steps.git-branch.outputs.SOURCE_REF }})" >> $md_file_path
|
echo "[View the full report](https://${{ github.repository_owner }}.github.io/${{ github.event.repository.name }}/${{ steps.git-branch.outputs.SOURCE_REF }})" >> $md_file_path
|
||||||
echo "md_file_path=${md_file_path}" >> "$GITHUB_OUTPUT"
|
echo "md_file_path=${md_file_path}" >> "$GITHUB_OUTPUT"
|
||||||
|
|
||||||
|
- 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: Comment on Pull Request
|
- name: Comment on Pull Request
|
||||||
uses: actions/github-script@v6
|
uses: actions/github-script@v6
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in a new issue