Skip to content

Commit

Permalink
awscli -> awscli2
Browse files Browse the repository at this point in the history
  • Loading branch information
garbas committed Nov 23, 2020
1 parent 29f5f02 commit bada257
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cron.yml
Expand Up @@ -2,6 +2,7 @@ name: "Hourly import channel to Elasticsearch"

on:

pull_request:
schedule:
- cron: '0 * * * *'

Expand Down Expand Up @@ -45,7 +46,7 @@ jobs:
- name: Installing awscli
run: |
nix-env -iA nixpkgs.awscli
nix-env -iA nixpkgs.awscli2
- name: Check for latest evaluation in ${{ matrix.channel }} channel
run: |
Expand Down

0 comments on commit bada257

Please sign in to comment.