Skip to content

Commit b32790b

Browse files
Update run.yml
1 parent 8074c72 commit b32790b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -289,11 +289,11 @@ jobs:
289289
git init
290290
git config --local user.name "github-actions[bot]"
291291
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
292-
git checkout -b clash
292+
git checkout -b sing-box
293293
git add *.yaml
294294
git commit -m "${{ env.RELEASE_NAME }}"
295295
git remote add origin "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}"
296-
git push -f -u origin clash
296+
git push -f -u origin sing-box
297297
rm -rf .git
298298
299299
- name: Git push assets to "release" branch

0 commit comments

Comments
 (0)