Skip to content

Commit

Permalink
grah
Browse files Browse the repository at this point in the history
  • Loading branch information
emccorson committed Dec 1, 2023
1 parent 96f9296 commit d829b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-wallet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
SHA: ${{ github.sha }}

- name: Print workflow inputs
run: echo -e "${{ join(github.event.inputs, "\n") }}" >> $GITHUB_STEP_SUMMARY
run: echo -e "${{ join(github.event.inputs, '\n') }}" >> $GITHUB_STEP_SUMMARY

# build-interface:
# if: false
Expand Down

0 comments on commit d829b3b

Please sign in to comment.