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.
1 parent 9e9e630 commit a9548c4Copy full SHA for a9548c4
.github/workflows/build-node-python.yml
@@ -457,7 +457,7 @@ jobs:
457
steps:
458
- name: Set system env variable to github env
459
run: echo "GH_ACTIONS_SELF_HOSTED_NETWORK_NAME=${GH_ACTIONS_SELF_HOSTED_NETWORK_NAME}" >> "$GITHUB_ENV"
460
- - name: Set github token, hostname, port and docker network for self-hosted runner
+ - name: Set up custom postgres and redis hostname, port and docker network for self-hosted runner
461
if: env.GH_ACTIONS_SELF_HOSTED_NETWORK_NAME != ''
462
env:
463
REDIS_HOSTNAME: redis_${{ github.job }}_${{ inputs.deduplication_id }}_${{ github.run_id }}_${{ github.run_attempt }}
0 commit comments