From b070e8c396fd6985e009436db1c964d6e847e45f Mon Sep 17 00:00:00 2001 From: Megan Davidson Date: Fri, 22 Sep 2023 13:01:59 +1200 Subject: [PATCH 1/3] WIP: action --- .github/workflows/publish-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-test.yaml b/.github/workflows/publish-test.yaml index f455c5bf1..98eafa68d 100644 --- a/.github/workflows/publish-test.yaml +++ b/.github/workflows/publish-test.yaml @@ -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 From 0e1802d0bbab593ff92777b204ce359ab9e911d1 Mon Sep 17 00:00:00 2001 From: Megan Davidson Date: Fri, 22 Sep 2023 13:02:15 +1200 Subject: [PATCH 2/3] WIP: test --- workflow-parameters/test copy 7.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 workflow-parameters/test copy 7.yaml diff --git a/workflow-parameters/test copy 7.yaml b/workflow-parameters/test copy 7.yaml new file mode 100644 index 000000000..6a2e6265c --- /dev/null +++ b/workflow-parameters/test copy 7.yaml @@ -0,0 +1,2 @@ +"source":"s3://linz-imagery-staging/test/" +"target":"s3://linz-workflow-artifacts/mdavidson/" From 021ba9027baa85052bd11edeab0928eefe60d9cf Mon Sep 17 00:00:00 2001 From: Megan Davidson Date: Fri, 22 Sep 2023 13:02:33 +1200 Subject: [PATCH 3/3] WIP: test --- workflow-parameters/test copy 8.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 workflow-parameters/test copy 8.yaml diff --git a/workflow-parameters/test copy 8.yaml b/workflow-parameters/test copy 8.yaml new file mode 100644 index 000000000..6a2e6265c --- /dev/null +++ b/workflow-parameters/test copy 8.yaml @@ -0,0 +1,2 @@ +"source":"s3://linz-imagery-staging/test/" +"target":"s3://linz-workflow-artifacts/mdavidson/"