Add custom source sha (#126)

Co-authored-by: Tonye Jack <jtonye@ymail.com>
This commit is contained in:
Krasimir Nikolov
2021-07-14 23:57:17 +03:00
committed by GitHub
parent b4b0cdd1b5
commit 53afe7a5b5
4 changed files with 22 additions and 3 deletions

View File

@@ -149,6 +149,11 @@ jobs:
if: steps.changed-files-specific.outputs.any_changed == 'true'
run: |
echo "One or more files listed above has changed."
- name: Use a different commit SHA as the base
id: changed-files-comma
uses: tj-actions/changed-files@v8.4
with:
sha: ${{ github.event.pull_request.head.sha }}
```