update readme and file examples base on filter for new receiver #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Golden Copy Staging Test - Submit Messages | |
on: | |
schedule: | |
- cron: "0 5 * * 2-6" | |
workflow_dispatch: | |
jobs: | |
send_files: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Call staging-test-submit.yml | |
uses: .github/workflows/staging-test-submit-reusable.yml | |
with: | |
FILE_PATH: 'GoldenCopy/Input/*.hl7' |