Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkoren21 committed Jul 23, 2024
1 parent b8d8b35 commit e7c4809
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/new_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ jobs:
PYTHONPATH: ${{ env.PYTHONPATH }}:${{ github.workspace }}/leap-model-parser
run: | #fetch or create branch, update-o2k-version
echo "Project version is $PACKAGE_VERSION"
echo "BRANCH=${{ steps.extract_branch.outputs.branch_name }}-from-o2k" >> $GITHUB_ENV
BRANCH="${{ steps.extract_branch.outputs.branch_name }}-from-o2k"
echo "BRANCH=$BRANCH" >> $GITHUB_ENV
git config user.email [email protected]
git config user.name github-actions
if git ls-remote --exit-code --heads origin "$BRANCH" >/dev/null 2>&1; then
Expand Down

0 comments on commit e7c4809

Please sign in to comment.