-
-
Save KyMidd/d109d39387ecd76e8aa97375b1c9d4c5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - name: Prep | |
| run: | | |
| # Checkout branch | |
| git checkout -q ${{ github.event.pull_request.head.ref }} | |
| # Set variables | |
| BASE_BRANCH=${{ github.event.pull_request.base.ref }} | |
| # Write BASE_BRANCH to GITHUB_ENV so commit checker can use | |
| echo "BASE_BRANCH=$BASE_BRANCH" | tee -a $GITHUB_ENV |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment