Skip to content

Commit

Permalink
ci: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilselby88 committed Nov 3, 2023
1 parent 8d61791 commit b619dc1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/addingFile/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,9 @@ runs:
fetch-depth: 0
token: ${{ inputs.token }}
path: target
- name: Configure git
run: |
git config user.name 'Github Action'
git config user.email '[email protected]'
shell: bash
- name: Checkout branch and copy over files
- name: Copy over files
run: |
git checkout -b ${{ inputs.branch-name }}
cp -R ${{ inputs.files }} target
cd target
shell: bash
Expand Down

0 comments on commit b619dc1

Please sign in to comment.