Skip to content

Commit

Permalink
fix create issue step
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo authored Oct 26, 2022
1 parent 7b14f5b commit ed3fb65
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
required: false
default: ''
schedule:
- cron: '0 5 * * *'
- cron: '0 1 * * *'

env:
VERSION: ${{ github.event.inputs.version }}
Expand Down Expand Up @@ -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 ""
Expand Down

0 comments on commit ed3fb65

Please sign in to comment.