This repository has been archived by the owner on Aug 26, 2023. It is now read-only.
Update README.md #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Github Rebot for Sealos test issue renew | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ "*" ] | |
jobs: | |
linkChecker: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Set up Go 1.x | |
uses: actions/setup-go@v2 | |
with: | |
go-version: 1.20.x | |
- uses: actions/checkout@v3 | |
- name: Build file | |
run: | | |
make install | |
- run: | | |
gh-rebot action | |
env: | |
SEALOS_TYPE: "issue_renew" | |
SEALOS_ISSUE_TITLE: "[DaylyReport] Auto build for sealos" | |
SEALOS_ISSUE_BODY: "xxxx" | |
SEALOS_ISSUE_BODYFILE: "README.md" | |
SEALOS_ISSUE_LABEL: "dayly-report" | |
SEALOS_ISSUE_TYPE: "day" | |
SEALOS_ISSUE_REPO: "labring/gh-rebot" | |
SEALOS_COMMENT_BODY: "FFFFFFF_TEST" | |
GH_TOKEN: "${{ secrets.GH_PAT }}" | |
- run: | | |
echo "output is ${{ env.SEALOS_ISSUE_NUMBER }}" |