Skip to content

Commit

Permalink
dump github.event
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Dec 6, 2023
1 parent f116149 commit 1c0546d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ on:
name:
description: 'Manually triggered'
jobs:
print_context:
runs-on: ubuntu-latest
steps:
- env:
EVENT_CONTEXT: ${{ toJSON(github.event.pull_request) }}
run: |
echo $EVENT_CONTEXT
publish:
name: Publish ledger_device_sdk
runs-on: ubuntu-latest
Expand All @@ -19,7 +26,7 @@ jobs:
- uses: katyo/publish-crates@v2
with:
args: --no-verify
dry-run: ${{ github.event.pull_request || github.event.workflow.workflow_dispatch }}
dry-run: true



0 comments on commit 1c0546d

Please sign in to comment.