From b619dc162187e935f0aa3bb8815e7010a56283c2 Mon Sep 17 00:00:00 2001 From: aprilselby88 Date: Fri, 3 Nov 2023 14:03:15 -0500 Subject: [PATCH] ci: simplify --- .github/addingFile/action.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/addingFile/action.yml b/.github/addingFile/action.yml index 2201a97..e0647cd 100644 --- a/.github/addingFile/action.yml +++ b/.github/addingFile/action.yml @@ -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 'github-action@users.noreply.github.com' 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