Skip to content

Commit

Permalink
adding more
Browse files Browse the repository at this point in the history
  • Loading branch information
SelfhostedPro committed Apr 19, 2024
1 parent 84815a8 commit 5216c45
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/armbian_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT
run: |
echo "$GITHUB_CONTEXT"
echo "${{ github.get_dispatch_secret }}"
- name: Get event details
id: get_event_details
Expand Down

0 comments on commit 5216c45

Please sign in to comment.