fix create issue step

This commit is contained in:
uazo 2022-10-26 17:28:49 +11:00 committed by GitHub
parent 7b14f5ba33
commit ed3fb656cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -18,7 +18,7 @@ on:
required: false
default: ''
schedule:
- cron: '0 5 * * *'
- cron: '0 1 * * *'
env:
VERSION: ${{ github.event.inputs.version }}
@ -101,10 +101,11 @@ jobs:
if: "${{ env.NEW_VERSION != '' }}"
shell: bash
run: |
GH=gh_2.18.1_linux_amd64/bin/gh
GH=../gh_2.18.1_linux_amd64/bin/gh
wget https://github.com/cli/cli/releases/download/v2.18.1/gh_2.18.1_linux_amd64.tar.gz
tar xfz gh_2.18.1_linux_amd64.tar.gz
cd bromite-buildtools
echo ${{ secrets.GITHUB_TOKEN }} | $GH auth login --with-token
$GH issue create -t "$VERSION: new stable chromium version" -b ""