Skip to content

Commit

Permalink
ci: log release inputs (#841)
Browse files Browse the repository at this point in the history
Logs the inputs to the release manual dispatch workflow.
  • Loading branch information
hf authored Jan 19, 2024
1 parent 320649a commit e659050
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ on:
type: string
required: true


jobs:
release:
name: Release / Node ${{ matrix.node }}
Expand All @@ -25,6 +24,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- if: ${{ inputs.ref != 'master' }}
run: Input ref is ${{ inputs.ref }}

- uses: actions/checkout@v4
with:
ref: ${{ inputs.ref || 'master' }}
Expand Down

0 comments on commit e659050

Please sign in to comment.