Grab commit history from PR branch to support forks #8
Workflow file for this run
This file contains 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: Test this Action by running it against itself | |
on: | |
pull_request: | |
jobs: | |
run-itself: | |
runs-on: ubuntu-24.04 | |
name: Check its own commit messages | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: ./ |