We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be4eac4 commit 63ae4e9Copy full SHA for 63ae4e9
.github/workflows/codecov.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: Upload to codecov
45
run: |
46
# github's webhooks for workflow_run are unreliable, this guarantees to pull the PR number if a PR
47
- OWNER = "${FULL_NAME%/$NAME}"
+ OWNER="${FULL_NAME%/$NAME}"
48
if [ "${{ github.repository_owner }}" != "${OWNER}" ]; then BRANCH="${OWNER}:${BRANCH}"; fi
49
if [ $(git branch --show-current) != $BRANCH ]; then PR=$(gh pr view $BRANCH --json number -q .number); fi
50
echo uploading $BRANCH
0 commit comments