Skip to content

Commit

Permalink
Merge pull request #11 from MDavidson17/feat/test-9
Browse files Browse the repository at this point in the history
Feat/test 9
  • Loading branch information
MDavidson17 authored Sep 22, 2023
2 parents cf59069 + af8ff7a commit 3835ca3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# if: ${{ github.event.label.name == 'publish-odr-added-only'}}
id: added-files
run: |
git diff --name-only ${{ github.event.pull_request.base.rfa }} ${{ github.event.pull_request.base.sha }} -diff-filter=cdmrtuxb
git diff --name-only --diff-filter=A ${{ github.event.pull_request.base.rfa }} ${{ github.event.pull_request.base.sha }}
echo "added_files=$(git diff --name-status ${{ github.event.before }} ${{ github.event.after }} | grep ^A)" >> $GITHUB_OUTPUT
# - name: Submit Added Workflow(s) Only
Expand Down
2 changes: 2 additions & 0 deletions workflow-parameters/test copy 11.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"source":"s3://linz-imagery-staging/test/"
"target":"s3://linz-workflow-artifacts/mdavidson/"
2 changes: 2 additions & 0 deletions workflow-parameters/test copy 12.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
"source":"s3://linz-imagery-staging/test/"
"target":"s3://linz-workflow-artifacts/mdavidson/"

0 comments on commit 3835ca3

Please sign in to comment.