Skip to content

Commit

Permalink
Testing failing comment in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sjanzou committed Jul 28, 2024
1 parent 4e90c93 commit a12d5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
# Short name for current branch. base ref is set on push builds, head ref is for pull request builds
if [ -z ${GITHUB_HEAD_REF+x} ]; then GIT_BRANCH=${GITHUB_BASE_REF:-${GITHUB_REF#refs/heads/}}; else GIT_BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}; fi
echo "GIT_BRANCH=$GIT_BRANCH" >> $GITHUB_ENV
# force patch dependency of lk for now since difference wex branches fail to find lk dependency for Windows
# force patch dependency of lk for now since different wex branches fail to find lk dependency for Windows
- name: Get git ref of sibling dependency LK
shell: bash
run: |
Expand Down

0 comments on commit a12d5c9

Please sign in to comment.