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 df8f697 commit f3e3895Copy full SHA for f3e3895
.github/workflows/triage_closed_issue_comment.yml
@@ -2,11 +2,6 @@ name: 'Triage: closed issue comment'
2
on:
3
# makes this workflow reusable
4
workflow_call:
5
- inputs:
6
- calling-repo:
7
- required: true
8
- type: string
9
- default: 'cypress'
10
secrets:
11
ADD_TO_TRIAGE_BOARD_TOKEN:
12
required: true
@@ -26,7 +21,7 @@ jobs:
26
21
env:
27
22
GITHUB_TOKEN: ${{ secrets.ADD_TO_TRIAGE_BOARD_TOKEN }}
28
23
ORGANIZATION: 'cypress-io'
29
- REPOSITORY: ${{ inputs.calling-repo }}
24
+ REPOSITORY: ${{ github.event.repository.name }}
30
25
PROJECT_NUMBER: 9
31
ISSUE_NUMBER: ${{ github.event.issue.number }}
32
run: |
0 commit comments