Skip to content

Commit 428b109

Browse files
authored
Merge pull request #122 from sommersoft/redis-fix2
Another Fix for bundle_cron.yml
2 parents 2d5a6d9 + 02e5676 commit 428b109

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)