Skip to content

Commit

Permalink
fix uses pathing
Browse files Browse the repository at this point in the history
Co-authored-by: James Herr <jherr@flexion.us>
  • Loading branch information
pluckyswan and jherrflexion committed Dec 23, 2024
1 parent 9fbe6fa commit 885cd21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automated-staging-test-run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Call staging-test-run.yml
uses: .github/workflows/staging-test-run-reusable.yml
uses: ./.github/workflows/staging-test-run-reusable.yml
with:
FILE_PATH: '../examples/Test/Automated/'
NAME: 'Automated'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automated-staging-test-submit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:

steps:
- name: Call staging-test-submit.yml
uses: .github/workflows/staging-test-submit-reusable.yml
uses: ./.github/workflows/staging-test-submit-reusable.yml
with:
FILE_PATH: 'Automated/*.hl7'

0 comments on commit 885cd21

Please sign in to comment.