From 95b899dcc695693dec69e4cf2b9f12008295b5b2 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Thu, 29 Feb 2024 08:49:53 +0100 Subject: [PATCH] Use main --- .github/workflows/no-important-files-changed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/no-important-files-changed.yml b/.github/workflows/no-important-files-changed.yml index d5c59391..b04ef227 100644 --- a/.github/workflows/no-important-files-changed.yml +++ b/.github/workflows/no-important-files-changed.yml @@ -17,7 +17,7 @@ permissions: jobs: pause: - uses: exercism/github-actions/.github/workflows/check-no-important-files-changed.yml@no-important-files-changes + uses: exercism/github-actions/.github/workflows/check-no-important-files-changed.yml@main with: repository: ${{ github.event.pull_request.head.repo.owner.login }}/${{ github.event.pull_request.head.repo.name }} ref: ${{ github.head_ref }}