We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32790b commit 6f6d8fdCopy full SHA for 6f6d8fd
1 file changed
.github/workflows/run.yml
@@ -290,7 +290,7 @@ jobs:
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 sing-box
293
- git add *.yaml
+ git add *
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 sing-box
0 commit comments