Skip to content

Commit

Permalink
debugging CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Jun 5, 2021
1 parent 32916ae commit f2ee364
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ jobs:
- id: get-main-branch
name: Determine main branch
run: |
mainBranch=$(git symbolic-ref refs/remotes/origin/HEAD | cut -d '/' -f 4)
mainBranchHeadRevision=$(git rev-parse refs/remotes/origin/${mainBranch})
echo "::set-output name=mainBranchHeadRevision::$mainBranchHeadRevision"
Expand Down

0 comments on commit f2ee364

Please sign in to comment.