updated error message and fixed the test

This commit is contained in:
Tonye Jack
2022-08-21 10:44:28 -06:00
parent ee1ab68105
commit 620fa099ad
2 changed files with 4 additions and 5 deletions

View File

@@ -316,7 +316,7 @@ jobs:
id: changed-files-until
uses: ./
with:
until: "2022-08-20"
until: "2022-08-21"
- name: Show output
run: |
echo '${{ toJSON(steps.changed-files-until.outputs) }}'