-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation: Update Truth Data instructions (#2154)
- Loading branch information
1 parent
d23c8c2
commit 2ed3e7a
Showing
4 changed files
with
67 additions
and
36 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: Update Input Test Data | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
branch: | ||
description: 'Branch to update (default develop)' | ||
|
||
jobs: | ||
update_data_volumes: | ||
name: Update Data Volumes | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: dtcenter/metplus-action-data-update@v2 | ||
with: | ||
docker_name: ${{ secrets.DOCKER_USERNAME }} | ||
docker_pass: ${{ secrets.DOCKER_PASSWORD }} | ||
repo_name: ${{ github.repository }} | ||
data_prefix: sample_data | ||
branch_name: ${{ github.event.inputs.branch || 'develop' }} | ||
docker_data_dir: /data/input/METplus_Data | ||
data_repo_dev: metplus-data-dev | ||
data_repo_stable: metplus-data | ||
use_feature_data: true | ||
tag_max_pages: 15 | ||
|
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
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.