From 901956b53ba3a626e67df94cb99f34ebf287bd89 Mon Sep 17 00:00:00 2001 From: Megan Davidson Date: Fri, 22 Sep 2023 13:13:13 +1200 Subject: [PATCH 1/3] fix: 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 98eafa68d..ba3e1a442 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-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 From 107745e680a2e529c4100a542ae810eeafcf68bc Mon Sep 17 00:00:00 2001 From: Megan Davidson Date: Fri, 22 Sep 2023 13:13:29 +1200 Subject: [PATCH 2/3] WIP: test --- workflow-parameters/test copy 11.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 workflow-parameters/test copy 11.yaml diff --git a/workflow-parameters/test copy 11.yaml b/workflow-parameters/test copy 11.yaml new file mode 100644 index 000000000..6a2e6265c --- /dev/null +++ b/workflow-parameters/test copy 11.yaml @@ -0,0 +1,2 @@ +"source":"s3://linz-imagery-staging/test/" +"target":"s3://linz-workflow-artifacts/mdavidson/" From af8ff7a0062b52eba2673f9ce5ec6f42b471c670 Mon Sep 17 00:00:00 2001 From: Megan Davidson Date: Fri, 22 Sep 2023 13:13:46 +1200 Subject: [PATCH 3/3] WIP: test --- workflow-parameters/test copy 12.yaml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 workflow-parameters/test copy 12.yaml diff --git a/workflow-parameters/test copy 12.yaml b/workflow-parameters/test copy 12.yaml new file mode 100644 index 000000000..6a2e6265c --- /dev/null +++ b/workflow-parameters/test copy 12.yaml @@ -0,0 +1,2 @@ +"source":"s3://linz-imagery-staging/test/" +"target":"s3://linz-workflow-artifacts/mdavidson/"