Re-adding tea install.
This commit is contained in:
@@ -145,24 +145,19 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
marker_text: "SERVICES_LIST"
|
marker_text: "SERVICES_LIST"
|
||||||
markdown_text: |
|
markdown_text: |
|
||||||
```json
|
```yaml
|
||||||
${{ env.SERVICES_LIST }}
|
${{ env.SERVICES_LIST }}
|
||||||
````
|
````
|
||||||
|
commit_email: noreply@trez.wtf
|
||||||
|
commit_username: gitea-sonarqube-bot
|
||||||
|
commit_message: "docs: regenerate README"
|
||||||
|
|
||||||
- name: Add/Commit/Push README.md
|
- name: Install tea
|
||||||
uses: mgrybyk-org/git-commit-pull-push-action@v1
|
uses: supplypike/setup-bin@v4
|
||||||
with:
|
with:
|
||||||
add_args: README.md
|
uri: https://dl.gitea.com/tea/main/tea-main-linux-amd64
|
||||||
repository: ${{ github.repository }}
|
name: tea
|
||||||
branch: ${{ github.head_ref }}
|
version: main
|
||||||
commit_message: Regenerate README.md
|
|
||||||
|
|
||||||
# - name: Install tea
|
|
||||||
# uses: supplypike/setup-bin@v4
|
|
||||||
# with:
|
|
||||||
# uri: https://dl.gitea.com/tea/main/tea-main-linux-amd64
|
|
||||||
# name: tea
|
|
||||||
# version: main
|
|
||||||
|
|
||||||
# - name: PR Merge
|
# - name: PR Merge
|
||||||
# run: |
|
# run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user