Skip to content

Commit

Permalink
fix: github action
Browse files Browse the repository at this point in the history
  • Loading branch information
devthejo committed Mar 19, 2024
1 parent 328883c commit 4e8a233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/deploy-via-github/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ else
kontinuous deploy
fi

EXIT_CODE=$?

provider=$(kontinuous config provider)

echo "provider=$provider" >> $GITHUB_OUTPUT

EXIT_CODE=$?

mv "$KS_BUILD_PATH/manifests.yaml" \
"$GITHUB_WORKSPACE/manifests.yaml"

Expand Down

0 comments on commit 4e8a233

Please sign in to comment.