Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
RustyTake-Off committed Jun 29, 2024
1 parent 78f4b62 commit 343fed7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/move-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ jobs:
- name: 'Checkout repository'
id: checkout-repo
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: 'Move files'
id: move-files
uses: './.github/actions/templates/moveFiles/action.yaml'
uses: ./.github/actions/templates/moveFiles
with:
branchName: 'wslfiles'

Expand Down

0 comments on commit 343fed7

Please sign in to comment.