ci(triage): add debug for vars
https://github.com/nofusscomputing/action_project/issues/3 https://github.com/nofusscomputing/action_project/pull/4 #22 #23 #24
This commit is contained in:
14
.github/workflows/triage.yaml
vendored
14
.github/workflows/triage.yaml
vendored
@ -29,6 +29,20 @@ 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
|
||||
|
Reference in New Issue
Block a user