Skip to content

Commit

Permalink
Point trestle-cmd action to the correct directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rahearn committed Oct 3, 2024
1 parent b063d52 commit 2064baa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/trestle-cmd/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ runs:
steps:
- name: Run cmd
shell: bash
run: docker run -u "$(id -u):$(id -g)" -v $GITHUB_WORKSPACE:/app/docs:rw ghcr.io/gsa-tts/trestle:${{ inputs.tag }} ${{ inputs.cmd }}
run: docker run -u "$(id -u):$(id -g)" -v $GITHUB_WORKSPACE/docs/compliance:/app/docs:rw ghcr.io/gsa-tts/trestle:${{ inputs.tag }} ${{ inputs.cmd }}

0 comments on commit 2064baa

Please sign in to comment.