Skip to content

Commit

Permalink
print ref
Browse files Browse the repository at this point in the history
  • Loading branch information
henryleberre committed Jan 19, 2024
1 parent 26ee8d2 commit a048e7e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/count.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
ref: ${{ github.event.pull_request.base.ref }}
path: base

- name: print ref
run: echo "${{ github.event.pull_request.base.ref }}"

- name: Setup MFCs
run: |
BASE="$GITHUB_WORKSPACE/base"
Expand Down

0 comments on commit a048e7e

Please sign in to comment.