Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chevdor committed Nov 3, 2021
1 parent f0d8de5 commit e8892f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,12 @@ on:
required: false
jobs:
build:
name: Build ${{ github.event.inputs.respository }}/${{ github.event.inputs.package }} ${{ github.event.inputs.ref }}
name: Build ${{ github.event.inputs.repository }}/${{ github.event.inputs.package }} ${{ github.event.inputs.ref }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
repository: ${{ github.event.inputs.respository }}
repository: ${{ github.event.inputs.repository }}
ref: ${{ github.event.inputs.ref }}
fetch-depth: 0

Expand Down

0 comments on commit e8892f0

Please sign in to comment.