We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7875aed commit 2f5a0ceCopy full SHA for 2f5a0ce
.github/workflows/integration.yml
@@ -39,7 +39,7 @@ jobs:
39
result-encoding: string
40
- run: |
41
echo "- Validating relative require output"
42
- if [[ "${{steps.relative-require.outputs.result}}" != "github-script" ]]; then
+ if [[ "${{steps.relative-require.outputs.result}}" != "@actions/github-script" ]]; then
43
echo $'::error::\u274C' "Expected '$expected', got ${{steps.relative-require.outputs.result}}"
44
exit 1
45
fi
0 commit comments