Skip to content

Commit

Permalink
feat(debug): add var check github.repository
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Aug 15, 2024
1 parent 33d13f9 commit ace6aa9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: Add To Project
- name: Variables
run: |
echo "[Debug] github.event_name=${{ github.event_name }}";
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.triggering_actor=${{ github.triggering_actor }}";
project-add:
Expand Down

0 comments on commit ace6aa9

Please sign in to comment.