Skip to content

Commit c000f04

Browse files
committed
update update-itself.yml
1 parent c2f0793 commit c000f04

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/update-itself.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,6 @@ jobs:
77
steps:
88
- uses: actions/checkout@v4
99

10-
- name: Set remote
11-
shell: bash
12-
working-directory: ${{github.workspace}}
13-
run: |
14-
git checkout master
15-
git fetch origin
16-
git pull origin master
17-
git branch -d HEAD &>/dev/null || git tag -d HEAD || : # Make sure no branch is named HEAD
18-
1910
- name: Run update.sh
2011
shell: bash
2112
working-directory: ${{github.workspace}}

0 commit comments

Comments
 (0)