From 2f5a0ceb1a92ec8d8f79440e30859164d6a148bb Mon Sep 17 00:00:00 2001 From: Josh Gross Date: Fri, 17 Jan 2025 14:44:04 -0500 Subject: [PATCH] Update integration test for expected package name --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 13494d9..720dca1 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -39,7 +39,7 @@ jobs: result-encoding: string - run: | echo "- Validating relative require output" - if [[ "${{steps.relative-require.outputs.result}}" != "github-script" ]]; then + if [[ "${{steps.relative-require.outputs.result}}" != "@actions/github-script" ]]; then echo $'::error::\u274C' "Expected '$expected', got ${{steps.relative-require.outputs.result}}" exit 1 fi