Skip to content

Workflow file for this run

on:
pull_request:
# branches: [main]
name: Crossplane Dynamic Diff
jobs:
pr:
name: prepare
runs-on: ubuntu-latest
steps:
- name: diff
uses: pedjak/crossplane-diff-action@action
with:
dir: examples
<<<<<<< HEAD

Check failure on line 16 in .github/workflows/diff.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/diff.yaml

Invalid workflow file

You have an error in your yaml syntax on line 16
github-token: ${{ secrets.GITHUB_TOKEN }}
=======
token: ${{ secrets.GITHUB_TOKEN }}
>>>>>>> 4432273 (wip)