fix create issue step
This commit is contained in:
parent
7b14f5ba33
commit
ed3fb656cb
5
.github/workflows/build-images.yaml
vendored
5
.github/workflows/build-images.yaml
vendored
@ -18,7 +18,7 @@ on:
|
|||||||
required: false
|
required: false
|
||||||
default: ''
|
default: ''
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 5 * * *'
|
- cron: '0 1 * * *'
|
||||||
|
|
||||||
env:
|
env:
|
||||||
VERSION: ${{ github.event.inputs.version }}
|
VERSION: ${{ github.event.inputs.version }}
|
||||||
@ -101,10 +101,11 @@ jobs:
|
|||||||
if: "${{ env.NEW_VERSION != '' }}"
|
if: "${{ env.NEW_VERSION != '' }}"
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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
|
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
|
tar xfz gh_2.18.1_linux_amd64.tar.gz
|
||||||
|
|
||||||
|
cd bromite-buildtools
|
||||||
echo ${{ secrets.GITHUB_TOKEN }} | $GH auth login --with-token
|
echo ${{ secrets.GITHUB_TOKEN }} | $GH auth login --with-token
|
||||||
$GH issue create -t "$VERSION: new stable chromium version" -b ""
|
$GH issue create -t "$VERSION: new stable chromium version" -b ""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user