Skip to content

Commit 71beb08

Browse files
Copilotlindseywild
andcommitted
Fix workflow_dispatch by switching to local report-failure.yml and restoring checkout@v6
Co-authored-by: lindseywild <35239154+lindseywild@users.noreply.github.com>
1 parent 185ed99 commit 71beb08

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-copilot-pr-creation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
site: ["sites/site-with-errors"]
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v4
28+
uses: actions/checkout@v6
2929

3030
- name: Setup Ruby
3131
uses: ruby/setup-ruby@6ca151fd1bfcfd6fe0c4eb6837eb0584d0134a0c
@@ -133,4 +133,4 @@ jobs:
133133
notify-of-failures:
134134
if: always() && github.ref_name == 'main' && needs.test_pull_request_creation.result == 'failure'
135135
needs: [test_pull_request_creation]
136-
uses: github/accessibility-scorecard/.github/workflows/report-failure.yml@main
136+
uses: ./.github/workflows/report-failure.yml

0 commit comments

Comments
 (0)