Skip to content

Commit 4f4b890

Browse files
committed
workflow fixed
1 parent 1cc764c commit 4f4b890

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ jobs:
1818
- name: Debug File List
1919
run: ls -R
2020

21-
- name: Install SVN (Subversion)
22-
run: |
23-
sudo apt-get update
24-
sudo apt-get install subversion
25-
2621
- name: Find Readme File
2722
id: find_readme
2823
run: |
@@ -107,4 +102,4 @@ jobs:
107102
files: ${{github.workspace}}/${{ github.event.repository.name }}.zip
108103

109104
env:
110-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
105+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)