3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-01-16 23:17:49 +00:00

Merge pull request #775 from tj-actions/chore/update-test

chore: update test
This commit is contained in:
Tonye Jack 2022-11-06 21:58:23 -07:00 committed by GitHub
commit 2125c059c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -909,7 +909,7 @@ jobs:
bash bash
- name: Run changed-files with custom sha - name: Run changed-files with custom sha
id: changed-files-custom-sha id: changed-files-custom-sha
if: github.event.action != 'closed' if: github.event_name == 'pull_request' && github.event.action != 'closed'
uses: ./ uses: ./
with: with:
sha: ${{ github.event.pull_request.head.sha }} sha: ${{ github.event.pull_request.head.sha }}