Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
davidhewitt committed Aug 23, 2024
1 parent da30213 commit 88413ef
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,9 @@ jobs:
run: |
git fetch --depth=1 origin ${{ github.base_ref }}
echo base_sha=$(git rev-parse FETCH_HEAD) >> $GITHUB_OUTPUT
echo ${{ github.repository }}
echo ${{ github.head_ref}}
echo ${{ format('{0}/{1}', github.repository, github.head_ref) }}
if: steps.should-skip.outputs.skip != 'true'
- uses: codecov/codecov-action@v4
if: steps.should-skip.outputs.skip != 'true'
Expand Down

0 comments on commit 88413ef

Please sign in to comment.