Skip to content

Commit

Permalink
ci(triage): add debug for vars
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Aug 15, 2024
1 parent d8af4f1 commit 0c7873a
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion .github/workflows/triage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,21 @@ on:
jobs:



debug:
name: Debug
runs-on: ubuntu-latest
steps:

- name: Variables
run: |
echo "[Debug] github.actor=${{ github.actor }}";
echo "[Debug] github.event.action=${{ github.event.action }}";
echo "[Debug] github.event.pull_request.author_association=${{ github.event.pull_request.author_association }}";
echo "[Debug] github.event_name=${{ github.event_name }}";
echo "[Debug] github.repository=${{ github.repository }}";
echo "[Debug] github.triggering_actor=${{ github.triggering_actor }}";
project:
name: Fetch Triage Details
runs-on: ubuntu-latest
Expand Down

0 comments on commit 0c7873a

Please sign in to comment.