mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
ugh. typos.
This commit is contained in:
parent
8667d58cf4
commit
ff58686c65
1 changed files with 4 additions and 4 deletions
8
.github/workflows/complain.yml
vendored
8
.github/workflows/complain.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
actions: 'find-issues'
|
actions: 'find-issues'
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue-state: 'open'
|
issue-state: 'open'
|
||||||
title-includes: "❌ build issues: ${{ input.projects }}"
|
title-includes: "❌ build issues: ${{ inputs.projects }}"
|
||||||
labels: 'build-failure'
|
labels: 'build-failure'
|
||||||
|
|
||||||
- name: Create issue
|
- name: Create issue
|
||||||
|
@ -34,8 +34,8 @@ jobs:
|
||||||
with:
|
with:
|
||||||
actions: 'create-issue'
|
actions: 'create-issue'
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
title: "❌ build issues: ${{ input.projects }}"
|
title: "❌ build issues: ${{ inputs.projects }}"
|
||||||
body: "Running log of build failures for ${{ input.projects }}"
|
body: "Running log of build failures for ${{ inputs.projects }}"
|
||||||
labels: 'build-failure'
|
labels: 'build-failure'
|
||||||
assignees: 'jhheider'
|
assignees: 'jhheider'
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@ jobs:
|
||||||
issue-number: ${{ steps.create.outputs.issue-number || fromJSON(steps.find.outputs.issues)[0].number }}
|
issue-number: ${{ steps.create.outputs.issue-number || fromJSON(steps.find.outputs.issues)[0].number }}
|
||||||
body: |
|
body: |
|
||||||
# Build failure
|
# Build failure
|
||||||
## ${{ input.projects }}
|
## ${{ inputs.projects }}
|
||||||
### ${{ inputs.platform }}
|
### ${{ inputs.platform }}
|
||||||
|
|
||||||
logs: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
logs: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
|
||||||
|
|
Loading…
Reference in a new issue