Skip to content

Commit

Permalink
bundle_cron: fix REDIS_PORT env var.
Browse files Browse the repository at this point in the history
  • Loading branch information
sommersoft committed Dec 15, 2019
1 parent 2d5a6d9 commit 02e5676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bundle_cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ jobs:
env:
ADABOT_EMAIL: ${{ secrets.ADABOT_EMAIL }}
ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.ADABOT_GITHUB_ACCESS_TOKEN }}
REDIS_PORT: ${{ job.services.redis.port[6379] }}
REDIS_PORT: ${{ job.services.redis.ports[6379] }}
run: |
python3 -u -m adabot.circuitpython_bundle

0 comments on commit 02e5676

Please sign in to comment.