Skip to content

Commit 02e5676

Browse files
committed
bundle_cron: fix REDIS_PORT env var.
1 parent 2d5a6d9 commit 02e5676

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bundle_cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
env:
5151
ADABOT_EMAIL: ${{ secrets.ADABOT_EMAIL }}
5252
ADABOT_GITHUB_ACCESS_TOKEN: ${{ secrets.ADABOT_GITHUB_ACCESS_TOKEN }}
53-
REDIS_PORT: ${{ job.services.redis.port[6379] }}
53+
REDIS_PORT: ${{ job.services.redis.ports[6379] }}
5454
run: |
5555
python3 -u -m adabot.circuitpython_bundle

0 commit comments

Comments
 (0)