Skip to content

Commit a05a2c8

Browse files
committed
feat: fix update actions
1 parent 2cf1488 commit a05a2c8

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/addingFile/action.yml

+1-10
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,10 @@ runs:
4949
uses: actions/checkout@v4
5050
with:
5151
path: scaffolder
52-
- name: Configure git
53-
run: |
54-
git config user.name 'Github Action'
55-
git config user.email '[email protected]'
56-
shell: bash
5752
- name: Copy over files
5853
run: |
5954
cp -R scaffolder/${{ inputs.files }} ./
60-
ls
61-
shell: bash
62-
- name: Add to git
63-
run: |
64-
git add ${{ inputs.files }}
55+
rm -rf scaffolder
6556
shell: bash
6657
- name: Create pull request
6758
uses: peter-evans/create-pull-request@v5

0 commit comments

Comments
 (0)