We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84d7420 commit a59c124Copy full SHA for a59c124
.github/workflows/bun-compile.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Install package
50
env:
51
- VERSION: ${{ inputs.version || github.event.client_payload.version }}
+ VERSION: ${{ inputs.version || github.event.client_payload.version || '0.18.0' }}
52
run: |
53
if [ -z "$VERSION" ]; then
54
echo "::error::No version provided. Supply via workflow_dispatch input or repository_dispatch payload."
0 commit comments