3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-05 09:35:54 +00:00

Updated test.yml

This commit is contained in:
Tonye Jack 2022-05-14 14:43:09 -04:00
parent 815b8a6dbc
commit 020ae6440a

View file

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- main - main
- "**"
pull_request: pull_request:
branches: branches:
- main - main
@ -18,7 +19,7 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: shellcheck - name: shellcheck
uses: reviewdog/action-shellcheck@v1.15 uses: reviewdog/action-shellcheck@v1.15
test-pull-requests-from-forks: test-pull-requests-from-forks:
name: Test changed-files diff on pull_requests from forks name: Test changed-files diff on pull_requests from forks
runs-on: ${{ matrix.platform }} runs-on: ${{ matrix.platform }}
@ -140,7 +141,7 @@ jobs:
echo "${{ toJSON(steps.changed-files.outputs) }}" echo "${{ toJSON(steps.changed-files.outputs) }}"
shell: shell:
bash bash
- name: Run changed-files-specific with non existent base sha - name: Run changed-files-specific with non existent base sha
id: changed-files-specific id: changed-files-specific
uses: ./ uses: ./
@ -180,7 +181,7 @@ jobs:
echo "${{ toJSON(steps.changed-files.outputs) }}" echo "${{ toJSON(steps.changed-files.outputs) }}"
shell: shell:
bash bash
- name: Run changed-files-specific with non existent sha - name: Run changed-files-specific with non existent sha
id: changed-files-specific id: changed-files-specific
uses: ./ uses: ./