Skip to content

Commit

Permalink
Merge pull request #9 from MDavidson17/feat/test-7
Browse files Browse the repository at this point in the history
Feat/test 7
  • Loading branch information
MDavidson17 authored Sep 22, 2023
2 parents 8f5c8e2 + 021ba90 commit 16d87f6
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-status ${{ github.event.pull_request.base.rfa }} ${{ github.event.pull_request.base.sha }} | grep ^A
git diff --name-only ${{ github.event.pull_request.base.rfa }} ${{ github.event.pull_request.base.sha }} -diff-filter=cdmrtuxb
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 7.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 8.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 16d87f6

Please sign in to comment.