Skip to content

Commit

Permalink
chore: update witness.yml to use workingdir
Browse files Browse the repository at this point in the history
  • Loading branch information
kriscoleman authored Jan 13, 2025
1 parent 889aaa3 commit d67c829
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/witness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ jobs:
- if: ${{ inputs.pre-command != '' && inputs.pull_request == true }}
run: ${{ inputs.pre-command }}

- if: ${{ inputs.workingdir != '' }}
working-directory: ${{ inputs.workingdir }}

- if: ${{ inputs.pull_request == false }}
uses: testifysec/witness-run-action@f77c0a5b024ed206a6d2e7426611e4306af4dd66 # v0.2.1
with:
Expand Down

0 comments on commit d67c829

Please sign in to comment.