Skip to content

Commit e2ff3d9

Browse files
print refs
1 parent a8de6e2 commit e2ff3d9

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/codecoverage-main.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,13 @@ jobs:
9191
if: ${{ hashFiles('wp-content') != '' }} # TODO: This may be incorrect since it's a directory.
9292
run: sudo chmod -R a+w wp-content
9393

94-
# On trunk, there will be a previous coverage report. On PRs we create a new directory using the commit SHA.
94+
- name: Print refs
95+
run: |
96+
echo "ref: ${{ github.ref }}"
97+
echo "head_ref: ${{ github.head_ref }}"
98+
echo "base_ref: ${{ github.base_ref }}"
99+
100+
# On trunk, there will be a previous coverage report. On PRs we create a new directory using the commit SHA.
95101
- name: Clear previous code coverage
96102
if: ${{ (matrix.php == '7.3') && (github.ref == 'refs/heads/trunk') }}
97103
run: |

0 commit comments

Comments
 (0)