Skip to content

Commit 2f5a0ce

Browse files
committed
Update integration test for expected package name
1 parent 7875aed commit 2f5a0ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
result-encoding: string
4040
- run: |
4141
echo "- Validating relative require output"
42-
if [[ "${{steps.relative-require.outputs.result}}" != "github-script" ]]; then
42+
if [[ "${{steps.relative-require.outputs.result}}" != "@actions/github-script" ]]; then
4343
echo $'::error::\u274C' "Expected '$expected', got ${{steps.relative-require.outputs.result}}"
4444
exit 1
4545
fi

0 commit comments

Comments
 (0)