Skip to content

Commit

Permalink
output string from expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
wildone committed Oct 20, 2019
1 parent 03ab247 commit 4550990
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
python-version: [3.6]
env:
DOCKER_COMMAND: "docker run --user \$(id -u):\$(id -g) -v $GITHUB_WORKSPACE:/build aemdesign/centos-java-buildpack"
DOCKER_COMMAND: "docker run --user ${{ '$(id -u):$(id -g)' }} -v $GITHUB_WORKSPACE:/build aemdesign/centos-java-buildpack"
SONAR_ORGANISATION: "aemdesign-github"
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_URL: "https://sonarcloud.io"
Expand Down

0 comments on commit 4550990

Please sign in to comment.