Skip to content

Commit

Permalink
Update Run_Grafonnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ebattat authored Nov 6, 2023
1 parent ec822fd commit 085cfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Run_Grafonnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ jobs:
echo "${{ github.workspace }}"
echo '$GITHUB_WORKSPACE'
echo "$GITHUB_WORKSPACE"
sudo podman run --rm --name run_grafonnet -v "${{ github.workspace }}"/grafonnet_generator/grafana/perf:/app --privileged quay.io/ebattat/run_grafonnet:latest
sudo podman run --rm --name run_grafonnet -v $GITHUB_WORKSPACE/grafonnet_generator/grafana/perf:/app --privileged quay.io/ebattat/run_grafonnet:latest

0 comments on commit 085cfc3

Please sign in to comment.