Skip to content

Commit

Permalink
Updated the test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Jun 17, 2023
1 parent 71290f0 commit 7a1c64e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Expand Up @@ -628,8 +628,8 @@ jobs:
id: changed-files-recover-deleted-files
uses: ./
with:
base_sha: "a145f82f0fa44fc1da2ef4e77476be10692cbcd7"
sha: "a4d31c705125d6e8e1fe1cf95ee55f14fac0716d"
base_sha: "fcdeb5b3d797752d95f6dbe98552a95c29dad338"
sha: "432e0c810c60ef1332850a971c5ec39022034b4c"
recover_deleted_files: true

- name: Show output
Expand All @@ -655,8 +655,8 @@ jobs:
id: changed-files-recover-deleted-files-to-destination
uses: ./
with:
base_sha: "a145f82f0fa44fc1da2ef4e77476be10692cbcd7"
sha: "a4d31c705125d6e8e1fe1cf95ee55f14fac0716d"
base_sha: "fcdeb5b3d797752d95f6dbe98552a95c29dad338"
sha: "432e0c810c60ef1332850a971c5ec39022034b4c"
recover_deleted_files: true
recover_deleted_files_to_destination: "deleted_files"

Expand Down

0 comments on commit 7a1c64e

Please sign in to comment.