Skip to content

Commit

Permalink
feat(step): Add debug of vaars step
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Aug 15, 2024
1 parent 0a6e747 commit 55d7350
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,11 @@ jobs:

- name: Variables
run: |
echo "[Debug] github.event_name=${{ github.event_name }}";
echo "[Debug] github.actor=${{ github.actor }}";
echo "[Debug] github.event.action=${{ github.event.action }}";
echo "[Debug] github.repository=${{ github.repository }}";
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 }}";
echo "[Debug] inputs.TRIAGE_EVENT_ACTION=${{ inputs.TRIAGE_EVENT_ACTION }}";
Expand Down

0 comments on commit 55d7350

Please sign in to comment.