Skip to content

Commit f3e3895

Browse files
author
Ben M
authored
Update triage_closed_issue_comment.yml
change in github variable used to determine repo name
1 parent df8f697 commit f3e3895

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/triage_closed_issue_comment.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@ name: 'Triage: closed issue comment'
22
on:
33
# makes this workflow reusable
44
workflow_call:
5-
inputs:
6-
calling-repo:
7-
required: true
8-
type: string
9-
default: 'cypress'
105
secrets:
116
ADD_TO_TRIAGE_BOARD_TOKEN:
127
required: true
@@ -26,7 +21,7 @@ jobs:
2621
env:
2722
GITHUB_TOKEN: ${{ secrets.ADD_TO_TRIAGE_BOARD_TOKEN }}
2823
ORGANIZATION: 'cypress-io'
29-
REPOSITORY: ${{ inputs.calling-repo }}
24+
REPOSITORY: ${{ github.event.repository.name }}
3025
PROJECT_NUMBER: 9
3126
ISSUE_NUMBER: ${{ github.event.issue.number }}
3227
run: |

0 commit comments

Comments
 (0)