File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 4949 path : /tmp/.buildx-cache/linux/amd64
5050 - name : Adjust bleeding edge image
5151 if : inputs.variant == 'bleeding'
52- run : .github/bin/bleeding ${{inputs.weblate_sha}} ${{inputs.weblate_date}}
52+ run : .github/bin/bleeding "$WEBLATE_SHA" "$WEBLATE_DATE"
53+ env :
54+ WEBLATE_SHA : ${{ inputs.weblate_sha }}
55+ WEBLATE_DATE : ${{ inputs.weblate_date }}
5356 - name : Build the Docker image
5457 run : .github/bin/docker-build load
5558 - name : List Docker images
@@ -101,7 +104,9 @@ jobs:
101104 run : ./test-admin
102105 - name : Verify SAML certificate
103106 working-directory : docker-compose
104- run : ./test-saml ${{ inputs.test }}
107+ run : ./test-saml "$WEBLATE_TEST"
108+ env :
109+ WEBLATE_TEST : ${{ inputs.test }}
105110 - name : Test commands
106111 working-directory : docker-compose
107112 run : ./test-commands
You can’t perform that action at this time.
0 commit comments