Skip to content

Commit

Permalink
Merge pull request #122 from sommersoft/redis-fix2
Browse files Browse the repository at this point in the history
Another Fix for bundle_cron.yml
  • Loading branch information
kattni authored Dec 15, 2019
2 parents 2d5a6d9 + 02e5676 commit 428b109
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 428b109

Please sign in to comment.