Replies: 0 comments 5 replies
-
Hi @frabert, Does this match what you'd like to do? on: pull_request
...
- uses: actions/checkout@v3
ref: ${{ github.event.pull_request.base.ref }}
- name: Do stuff on base branch
- uses: actions/checkout@v3
ref: ${{ github.event.pull_request.head.ref }}
- name: Do stuff on merge branch |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to do something like
is it possible to do so using the action directly?
Beta Was this translation helpful? Give feedback.
All reactions