Skip to content

Rename check-for-changes to check-for-changes.yml #2

Rename check-for-changes to check-for-changes.yml

Rename check-for-changes to check-for-changes.yml #2

name: Check differences of files
on:
issue_comment:
jobs:
changes:
runs-on: ubuntu-latest
steps:

Check failure on line 9 in .github/workflows/check-for-changes.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/check-for-changes.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
- run: echo ${{ github.event.issue.pull_request.head.sha }}
- name: 🛎 Checkout repo
uses: actions/checkout@v3
with:
ref: ${{ github.event.issue.pull_request.head.sha }}
- name: 📌 Filter changed projects
uses: dorny/paths-filter@v2
with:
ref: ${{ github.event.issue.pull_request.head.sha }}
build:
strategy:
fail-fast: true
uses: ./.github/workflows/deployment.yaml
with:
deplyment_review: ${{ github.event.issue.pull_request.head.sha }}
secrets: inherit
test:
strategy:
fail-fast: true
uses: ./.github/workflows/deployment.yaml
secrets: inherit