Skip to content

Commit

Permalink
ci: fix for checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
ginokent committed Oct 29, 2023
1 parent 4a52748 commit 47f3bbf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/go-mod-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
runs-on: ubuntu-latest # ref. https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-syntax-for-github-actions#jobsjob_idruns-on
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.ref }} # needed for gh pr view
- name: DEBUG
run: |
cat <<'DEBUG_DOC'
Expand Down

0 comments on commit 47f3bbf

Please sign in to comment.