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.
2 parents c563a2b + b2f99aa commit 2e56556Copy full SHA for 2e56556
runner-entrypoint.sh
@@ -14,7 +14,7 @@ else
14
echo "Required file on path 'GITHUB_EVENT_PATH' not exists"
15
fi
16
codefresh auth create-context context --api-key $CF_API_KEY
17
-codefresh auth use-contex context
+codefresh auth use-context context
18
19
if [ -n "$CF_BRANCH" ]
20
then
0 commit comments