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.
2 parents 2d5a6d9 + 02e5676 commit 428b109Copy full SHA for 428b109
.github/workflows/bundle_cron.yml
@@ -50,6 +50,6 @@ jobs:
50
env:
51
ADABOT_EMAIL: ${{ secrets.ADABOT_EMAIL }}
52
ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.ADABOT_GITHUB_ACCESS_TOKEN }}
53
- REDIS_PORT: ${{ job.services.redis.port[6379] }}
+ REDIS_PORT: ${{ job.services.redis.ports[6379] }}
54
run: |
55
python3 -u -m adabot.circuitpython_bundle
0 commit comments