Skip to content

Commit

Permalink
Utils connection pipeline start
Browse files Browse the repository at this point in the history
  • Loading branch information
pospisilf committed Jan 26, 2024
1 parent f97f1e5 commit 95ef486
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ jobs:
echo $REPO_URL
echo $BRANCH_EXISTS
echo $BRANCH_EXISTS_MAIN
echo $BRANCH_EXISTS == $BRANCH
echo $"$BRANCH_EXISTS" == "$BRANCH"
if [ "$BRANCH_EXISTS" == "$BRANCH" ]; then
echo "BRANCH_EXISTS=true" >> $GITHUB_ENV
echo "Branch existuje"
Expand Down

0 comments on commit 95ef486

Please sign in to comment.