3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-02-19 05:23:48 +00:00

chore: update test

This commit is contained in:
Tonye Jack 2022-11-06 21:18:59 -07:00
parent c94657a1d8
commit 1abc7bec79

View file

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