Skip to content

Commit e8b40ce

Browse files
authored
Update main.yml
1 parent 35c785f commit e8b40ce

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,3 @@ jobs:
6565
with:
6666
repository: fskhri/jeketi-app
6767
token: ${{ secrets.TOKEN }}
68-
69-
- name: Copy files to jeketi-app
70-
run: |
71-
cp -R . ../jeketi-app/
72-
cd ../jeketi-app
73-
git config user.name github-actions
74-
git config user.email github-actions@github.com
75-
git add .
76-
git commit -m "Update from https://github.com/fskhri/jeketi-v2/commit/${{ github.sha }}"
77-
git push

0 commit comments

Comments
 (0)