We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7116b47 commit 6a399efCopy full SHA for 6a399ef
1 file changed
.github/workflows/daily.yml
@@ -48,7 +48,9 @@ jobs:
48
deploy:
49
needs: daily
50
if: ${{ needs.daily.outputs.FOUND_NEWS == 'true' }}
51
- runs-on: ubuntu-latest
+ # TODO: ubuntu-latest image needs to install heroku CLI to deploy.
52
+ # https://github.com/AkhileshNS/heroku-deploy/issues/188
53
+ runs-on: ubuntu-22.04
54
55
steps:
56
- name: ☑️ Checkout code
0 commit comments