Skip to content

Commit

Permalink
print inputs on workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim Fehrs committed Mar 25, 2024
1 parent 3c24039 commit 9f5ce8d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/remote-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
uses: RDXWorks-actions/checkout@main
with:
fetch-depth: 0
- name: Output Inputs
run: echo "${{ toJSON(github.event.inputs) }}"
- name: Download packaged cli
run: |
wget -O babylonnode https://github.com/radixdlt/babylon-nodecli/releases/download/2.1.1/babylonnode-ubuntu-22.04
Expand Down Expand Up @@ -49,6 +51,8 @@ jobs:
uses: RDXWorks-actions/checkout@main
with:
fetch-depth: 0
- name: Output Inputs
run: echo "${{ toJSON(github.event.inputs) }}"
- name: Download packaged cli
run: |
wget -O babylonnode https://github.com/radixdlt/babylon-nodecli/releases/download/2.1.1/babylonnode-ubuntu-22.04
Expand Down

0 comments on commit 9f5ce8d

Please sign in to comment.