Skip to content

Commit e8892f0

Browse files
committed
Fix typo
1 parent f0d8de5 commit e8892f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/manual.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ on:
3636
required: false
3737
jobs:
3838
build:
39-
name: Build ${{ github.event.inputs.respository }}/${{ github.event.inputs.package }} ${{ github.event.inputs.ref }}
39+
name: Build ${{ github.event.inputs.repository }}/${{ github.event.inputs.package }} ${{ github.event.inputs.ref }}
4040
runs-on: ubuntu-latest
4141
steps:
4242
- uses: actions/checkout@v2
4343
with:
44-
repository: ${{ github.event.inputs.respository }}
44+
repository: ${{ github.event.inputs.repository }}
4545
ref: ${{ github.event.inputs.ref }}
4646
fetch-depth: 0
4747

0 commit comments

Comments
 (0)