We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8074c72 commit b32790bCopy full SHA for b32790b
1 file changed
.github/workflows/run.yml
@@ -289,11 +289,11 @@ jobs:
289
git init
290
git config --local user.name "github-actions[bot]"
291
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
292
- git checkout -b clash
+ git checkout -b sing-box
293
git add *.yaml
294
git commit -m "${{ env.RELEASE_NAME }}"
295
git remote add origin "https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}"
296
- git push -f -u origin clash
+ git push -f -u origin sing-box
297
rm -rf .git
298
299
- name: Git push assets to "release" branch
0 commit comments