We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0d8de5 commit e8892f0Copy full SHA for e8892f0
.github/workflows/manual.yml
@@ -36,12 +36,12 @@ on:
36
required: false
37
jobs:
38
build:
39
- 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 }}
40
runs-on: ubuntu-latest
41
steps:
42
- uses: actions/checkout@v2
43
with:
44
- repository: ${{ github.event.inputs.respository }}
+ repository: ${{ github.event.inputs.repository }}
45
ref: ${{ github.event.inputs.ref }}
46
fetch-depth: 0
47
0 commit comments