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 df5330a commit 38cf4b5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ jobs:
fetch-depth: 0

- name: Check for UTILS branch in Fork
id: check-branch
run: |
echo "neco"
run: echo "test"
# - name: Check for UTILS branch in Fork
# id: check-branch
# run: |
# echo "neco"
# USER_FORK="https://github.com/${{ github.event.pull_request.user.login }}/utils.git"
# BRANCH_NAME="${{ github.event.pull_request.head.ref }}"
# BRANCH_EXISTS=$(curl -s -o /dev/null -w '%{http_code}' "$USER_FORK/branches/$BRANCH_NAME" -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}")
Expand Down

0 comments on commit 38cf4b5

Please sign in to comment.