Skip to content

Commit 8918b41

Browse files
committed
ci(deploy): use inputs
1 parent 0d8c3b3 commit 8918b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
with:
24-
ref: ${{ github.event.inputs.ref }}
24+
ref: ${{ inputs.ref }}
2525

2626
- uses: pnpm/action-setup@v3
2727
with:

0 commit comments

Comments
 (0)