Skip to content

Commit

Permalink
ci: copy into nested checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilselby88 committed Nov 3, 2023
1 parent bc77f3d commit 8d61791
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/addingFile/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ runs:
- name: Checkout branch and copy over files
run: |
git checkout -b ${{ inputs.branch-name }}
ls
cp -R ${{ inputs.files }} target
cd target
shell: bash
- name: Add to git
run: |
Expand Down

0 comments on commit 8d61791

Please sign in to comment.