Обновить .gitea/workflows/test_prbot.yml
All checks were successful
/ test (pull_request) Successful in 5s
Merge Success Notification / notify-on-merge (pull_request) Successful in 0s

This commit is contained in:
2025-04-29 11:28:26 +00:00
parent 7904a0df72
commit 7b7b15d715

View File

@@ -11,11 +11,8 @@ jobs:
- name: Send PRBot feedback - name: Send PRBot feedback
uses: imgurbot12/prbot@v2 uses: imgurbot12/prbot@v2
with: with:
gitea: ${{ secrets.GITEAURL }} username: ${{ secrets.ACCOUNT_NAME }}
user: ${{ secrets.ACCOUNT_NAME }} api_token: ${{ secrets.GITHUBTOKEN }}
token: ${{ secrets.GITHUBTOKEN }}
number: ${{ github.event.pull_request.number }}
repo: ${{ secrets.REPOSITORY }}
- name: Do Something With Errors - name: Do Something With Errors
run: | run: |