File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
shell : bash
33
33
run : |
34
34
echo "RANDOM=$((RANDOM%10))" >> $GITHUB_ENV
35
- sed -i 's/000000/'"${ env.RANDOM }"'/g' tests/configs/single/nginx.conf
35
+ sed -i 's/000000/'"${{ env.RANDOM } }"'/g' tests/configs/single/nginx.conf
36
36
- name : ' Sync NGINX configuration to NGINX on Azure instance - single file'
37
37
uses : nginxinc/nginx-for-azure-deploy-action@v0
38
38
with :
45
45
- name : ' Validate config update - single file'
46
46
shell : bash
47
47
run : |
48
- wget -O - -o /dev/null http://${{ secrets.NGINX_DEPLOYMENT_IP }} | jq '.request.headers."Github-Run-Id" | test( "'"${ env.RANDOM }"'")'
48
+ wget -O - -o /dev/null http://${{ secrets.NGINX_DEPLOYMENT_IP }} | jq '.request.headers."Github-Run-Id" | test( "'"${{ env.RANDOM } }"'")'
49
49
- name : ' Update config - multi file'
50
50
shell : bash
51
51
run : |
You can’t perform that action at this time.
0 commit comments