Skip to content

Commit

Permalink
Update triage_closed_issue_comment.yml
Browse files Browse the repository at this point in the history
change in github variable used to determine repo name
  • Loading branch information
Ben M authored Feb 21, 2023
1 parent df8f697 commit f3e3895
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/triage_closed_issue_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,6 @@ name: 'Triage: closed issue comment'
on:
# makes this workflow reusable
workflow_call:
inputs:
calling-repo:
required: true
type: string
default: 'cypress'
secrets:
ADD_TO_TRIAGE_BOARD_TOKEN:
required: true
Expand All @@ -26,7 +21,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.ADD_TO_TRIAGE_BOARD_TOKEN }}
ORGANIZATION: 'cypress-io'
REPOSITORY: ${{ inputs.calling-repo }}
REPOSITORY: ${{ github.event.repository.name }}
PROJECT_NUMBER: 9
ISSUE_NUMBER: ${{ github.event.issue.number }}
run: |
Expand Down

5 comments on commit f3e3895

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f3e3895 Feb 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.7.0/linux-arm64/develop-f3e38954081ec5033c66333c199466b18ac51901/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f3e3895 Feb 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.7.0/linux-x64/develop-f3e38954081ec5033c66333c199466b18ac51901/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f3e3895 Feb 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.7.0/darwin-x64/develop-f3e38954081ec5033c66333c199466b18ac51901/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f3e3895 Feb 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the win32 x64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.7.0/win32-x64/develop-f3e38954081ec5033c66333c199466b18ac51901/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on f3e3895 Feb 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin arm64 version of the Test Runner.

Learn more about this pre-release build at https://on.cypress.io/advanced-installation#Install-pre-release-version

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/12.7.0/darwin-arm64/develop-f3e38954081ec5033c66333c199466b18ac51901/cypress.tgz

Please sign in to comment.