We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b9ad27 + 64834b0 commit d23fab9Copy full SHA for d23fab9
1 file changed
.github/workflows/pr-metrics.yml
@@ -31,6 +31,7 @@ jobs:
31
32
- name: Checkout Source Branch
33
run: |
34
+ git fetch
35
echo "Current Branch: $(git branch)"
36
git checkout ${{github.event.pull_request.head.ref}}
37
0 commit comments