File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -323,7 +323,7 @@ jobs:
323323 uses : addnab/docker-run-action@v3
324324 with :
325325 image : ${{ steps.docker.outputs.IMAGE }}
326- options : ' -v ${{ github.workspace }}:${{ github.workspace }} -w ${{ github.workspace }} --platform ${{ steps.docker.outputs.PLATFORM }} -e API_TOKEN=${{ secrets.API_TOKEN }} -e SERVER_URL=${{ vars.SERVER_URL }} -e CORE_API_TOKEN=${{ secrets.CORE_API_TOKEN }} -e CORE_SERVER_URL=${{ secrets .CORE_SERVER_URL }}'
326+ options : ' -v ${{ github.workspace }}:${{ github.workspace }} -w ${{ github.workspace }} --platform ${{ steps.docker.outputs.PLATFORM }} -e API_TOKEN=${{ secrets.API_TOKEN }} -e SERVER_URL=${{ vars.SERVER_URL }} -e CORE_API_TOKEN=${{ secrets.CORE_API_TOKEN }} -e CORE_SERVER_URL=${{ vars .CORE_SERVER_URL }}'
327327 run : |
328328 echo "=== glibc version ==="
329329 ldd --version
You can’t perform that action at this time.
0 commit comments