Skip to content

Commit

Permalink
Updated test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Oct 15, 2022
1 parent e64110a commit baf172e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Expand Up @@ -99,7 +99,11 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: 0


- run: |
git log -1 --format="%H" --date=local --until="2022-08-20" | grep -n d8ae75228d4d40e5ab140fbef3faff1ca55140c6
git log -1 --format="%H" --date=local --until="2022-08-20" | grep -n 8d5c4478e28f7b7189cd93c195aa9d4f0992da90
- name: Run changed-files since 2022-08-19
id: changed-files-since
uses: ./
Expand Down

0 comments on commit baf172e

Please sign in to comment.