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: Crossplane Dynamic Diff | |
on: | |
pull_request: | |
jobs: | |
diff: | |
name: diff | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out current commit | |
uses: actions/checkout@v4 | |
- name: Crossplane Dynamic Diff | |
uses: ./. | |
with: | |
# process XRs from the given directory | |
dir: examples | |
github-token: ${{ secrets.GITHUB_TOKEN }} |