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 c563a2b commit b2f99aaCopy full SHA for b2f99aa
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