From 09ec92415d7c862a91463db3e32dd869cc3161e7 Mon Sep 17 00:00:00 2001 From: georgez98 Date: Thu, 9 Jan 2025 14:35:14 -0500 Subject: [PATCH 01/12] Delete .github/workflows directory --- .github/workflows/porter_preview_lab-app.yml | 35 ------------------- .../workflows/porter_stack_js-test-app.yml | 29 --------------- .github/workflows/porter_stack_lab-app.yml | 29 --------------- .github/workflows/porter_stack_s29051.yml | 27 -------------- .github/workflows/porter_stack_twin-app.yml | 29 --------------- 5 files changed, 149 deletions(-) delete mode 100644 .github/workflows/porter_preview_lab-app.yml delete mode 100644 .github/workflows/porter_stack_js-test-app.yml delete mode 100644 .github/workflows/porter_stack_lab-app.yml delete mode 100644 .github/workflows/porter_stack_s29051.yml delete mode 100644 .github/workflows/porter_stack_twin-app.yml diff --git a/.github/workflows/porter_preview_lab-app.yml b/.github/workflows/porter_preview_lab-app.yml deleted file mode 100644 index 2fe49025..00000000 --- a/.github/workflows/porter_preview_lab-app.yml +++ /dev/null @@ -1,35 +0,0 @@ -"on": - pull_request: - branches: - - master - types: - - opened - - synchronize - paths: - - '**' - - '!.github/workflows/porter_**' -name: Deploy to Preview Environment -jobs: - porter-deploy: - runs-on: ubuntu-latest - if: startsWith(github.head_ref, 'feat/') - steps: - - name: Checkout code - uses: actions/checkout@v4 - - name: Set Github tag - id: vars - run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - - name: Setup porter - uses: porter-dev/setup-porter@v0.1.0 - - name: Build and deploy preview environment - timeout-minutes: 30 - run: exec porter apply -f ./porter.yaml --preview - env: - PORTER_CLUSTER: "3828" - PORTER_HOST: https://dashboard.porter.run - PORTER_PR_NUMBER: ${{ github.event.number }} - PORTER_PROJECT: "12155" - PORTER_REPO_NAME: ${{ github.event.repository.name }} - PORTER_STACK_NAME: lab-app - PORTER_TAG: ${{ steps.vars.outputs.sha_short }} - PORTER_TOKEN: ${{ secrets.PORTER_STACK_12155_3828 }} diff --git a/.github/workflows/porter_stack_js-test-app.yml b/.github/workflows/porter_stack_js-test-app.yml deleted file mode 100644 index 2450904c..00000000 --- a/.github/workflows/porter_stack_js-test-app.yml +++ /dev/null @@ -1,29 +0,0 @@ -"on": - push: - branches: - - master -name: Deploy to js-test-app -jobs: - porter-deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v4 - - name: Set Github tag - id: vars - run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - - name: Setup porter - uses: porter-dev/setup-porter@v0.1.0 - - name: Deploy stack - timeout-minutes: 30 - run: exec porter apply - env: - PORTER_CLUSTER: "4369" - PORTER_DEPLOYMENT_TARGET_ID: c1b5ee28-b83a-4845-a2b9-efdcdef52d26 - PORTER_HOST: https://dashboard.porter.run - PORTER_PR_NUMBER: ${{ github.event.number }} - PORTER_PROJECT: "13926" - PORTER_REPO_NAME: ${{ github.event.repository.name }} - PORTER_STACK_NAME: js-test-app - PORTER_TAG: ${{ steps.vars.outputs.sha_short }} - PORTER_TOKEN: ${{ secrets.PORTER_STACK_13926_4369 }} diff --git a/.github/workflows/porter_stack_lab-app.yml b/.github/workflows/porter_stack_lab-app.yml deleted file mode 100644 index d770e016..00000000 --- a/.github/workflows/porter_stack_lab-app.yml +++ /dev/null @@ -1,29 +0,0 @@ -"on": - push: - branches: - - master -name: Deploy to lab-app -jobs: - porter-deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v4 - - name: Set Github tag - id: vars - run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - - name: Setup porter - uses: porter-dev/setup-porter@v0.1.0 - - name: Deploy stack - timeout-minutes: 30 - run: exec porter apply - env: - PORTER_CLUSTER: "3828" - PORTER_DEPLOYMENT_TARGET_ID: b416e8fe-e19a-4468-835c-4ec08ed618cd - PORTER_HOST: https://dashboard.porter.run - PORTER_PR_NUMBER: ${{ github.event.number }} - PORTER_PROJECT: "12155" - PORTER_REPO_NAME: ${{ github.event.repository.name }} - PORTER_STACK_NAME: lab-app - PORTER_TAG: ${{ steps.vars.outputs.sha_short }} - PORTER_TOKEN: ${{ secrets.PORTER_STACK_12155_3828 }} diff --git a/.github/workflows/porter_stack_s29051.yml b/.github/workflows/porter_stack_s29051.yml deleted file mode 100644 index c3d068ce..00000000 --- a/.github/workflows/porter_stack_s29051.yml +++ /dev/null @@ -1,27 +0,0 @@ -"on": - push: - branches: - - master -name: Deploy to Porter -jobs: - porter-deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v3 - - name: Set Github tag - id: vars - run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - - name: Deploy stack - timeout-minutes: 30 - uses: porter-dev/porter-cli-action@dev - with: - command: apply -f porter.yaml - env: - ENABLE_SENTRY: "false" - PORTER_CLUSTER: "1" - PORTER_HOST: https://ce1e-160-72-72-58.ngrok-free.app - PORTER_PROJECT: "1" - PORTER_STACK_NAME: s29051 - PORTER_TAG: ${{ steps.vars.outputs.sha_short }} - PORTER_TOKEN: ${{ secrets.PORTER_STACK_1_1 }} diff --git a/.github/workflows/porter_stack_twin-app.yml b/.github/workflows/porter_stack_twin-app.yml deleted file mode 100644 index bcbf552a..00000000 --- a/.github/workflows/porter_stack_twin-app.yml +++ /dev/null @@ -1,29 +0,0 @@ -"on": - push: - branches: - - master -name: Deploy to twin-app -jobs: - porter-deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v4 - - name: Set Github tag - id: vars - run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - - name: Setup porter - uses: porter-dev/setup-porter@v0.1.0 - - name: Deploy stack - timeout-minutes: 30 - run: exec porter apply - env: - PORTER_CLUSTER: "3828" - PORTER_DEPLOYMENT_TARGET_ID: b416e8fe-e19a-4468-835c-4ec08ed618cd - PORTER_HOST: https://dashboard.porter.run - PORTER_PR_NUMBER: ${{ github.event.number }} - PORTER_PROJECT: "12155" - PORTER_REPO_NAME: ${{ github.event.repository.name }} - PORTER_STACK_NAME: twin-app - PORTER_TAG: ${{ steps.vars.outputs.sha_short }} - PORTER_TOKEN: ${{ secrets.PORTER_STACK_12155_3828 }} From d7e03011518c152471258044d61eefe5ff930b94 Mon Sep 17 00:00:00 2001 From: "george-local-dev[bot]" <194274237+george-local-dev[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:37:03 +0000 Subject: [PATCH 02/12] Create porter_app_test-app-2_1.yml file --- .github/workflows/porter_app_test-app-2_1.yml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/porter_app_test-app-2_1.yml diff --git a/.github/workflows/porter_app_test-app-2_1.yml b/.github/workflows/porter_app_test-app-2_1.yml new file mode 100644 index 00000000..dc051429 --- /dev/null +++ b/.github/workflows/porter_app_test-app-2_1.yml @@ -0,0 +1,29 @@ +"on": + push: + branches: + - master +name: Deploy to test-app-2 +jobs: + porter-deploy: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: Set Github tag + id: vars + run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT + - name: Setup porter + uses: porter-dev/setup-porter@v0.1.0 + - name: Deploy stack + timeout-minutes: 30 + run: exec porter apply + env: + PORTER_APP_NAME: test-app-2 + PORTER_CLUSTER: "1" + PORTER_DEPLOYMENT_TARGET_ID: f683dec0-729c-4705-8239-08ca6f6dc8d7 + PORTER_HOST: https://georgez98.withporter.run + PORTER_PR_NUMBER: ${{ github.event.number }} + PORTER_PROJECT: "1" + PORTER_REPO_NAME: ${{ github.event.repository.name }} + PORTER_TAG: ${{ steps.vars.outputs.sha_short }} + PORTER_TOKEN: ${{ secrets.PORTER_APP_1_1 }} From 0a9e58886a1890e802a6f2c5b4be1185432f2d43 Mon Sep 17 00:00:00 2001 From: "george-local-dev[bot]" <194274237+george-local-dev[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 23:49:30 +0000 Subject: [PATCH 03/12] Create porter_app_test-app_1.yml file --- .github/workflows/porter_app_test-app_1.yml | 29 +++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/porter_app_test-app_1.yml diff --git a/.github/workflows/porter_app_test-app_1.yml b/.github/workflows/porter_app_test-app_1.yml new file mode 100644 index 00000000..bbacd80f --- /dev/null +++ b/.github/workflows/porter_app_test-app_1.yml @@ -0,0 +1,29 @@ +"on": + push: + branches: + - master +name: Deploy to test-app +jobs: + porter-deploy: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: Set Github tag + id: vars + run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT + - name: Setup porter + uses: porter-dev/setup-porter@v0.1.0 + - name: Deploy stack + timeout-minutes: 30 + run: exec porter apply + env: + PORTER_APP_NAME: test-app + PORTER_CLUSTER: "1" + PORTER_DEPLOYMENT_TARGET_ID: aad793f0-fe4d-4516-a60f-ff4bf6f5cc9e + PORTER_HOST: https://georgez98.withporter.run + PORTER_PR_NUMBER: ${{ github.event.number }} + PORTER_PROJECT: "1" + PORTER_REPO_NAME: ${{ github.event.repository.name }} + PORTER_TAG: ${{ steps.vars.outputs.sha_short }} + PORTER_TOKEN: ${{ secrets.PORTER_APP_1_1 }} From 16942fdc36f3b051a6dab6e43b5cde9e9133f8ac Mon Sep 17 00:00:00 2001 From: "george-local-dev[bot]" <194274237+george-local-dev[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 18:11:47 +0000 Subject: [PATCH 04/12] Create porter_app_test-js-app_10.yml file --- .../workflows/porter_app_test-js-app_10.yml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/porter_app_test-js-app_10.yml diff --git a/.github/workflows/porter_app_test-js-app_10.yml b/.github/workflows/porter_app_test-js-app_10.yml new file mode 100644 index 00000000..091764d6 --- /dev/null +++ b/.github/workflows/porter_app_test-js-app_10.yml @@ -0,0 +1,29 @@ +"on": + push: + branches: + - master +name: Deploy to test-js-app +jobs: + porter-deploy: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: Set Github tag + id: vars + run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT + - name: Setup porter + uses: porter-dev/setup-porter@v0.1.0 + - name: Deploy stack + timeout-minutes: 30 + run: exec porter apply + env: + PORTER_APP_NAME: test-js-app + PORTER_CLUSTER: "10" + PORTER_DEPLOYMENT_TARGET_ID: aaaaaaaa-aaaa-aaaa-aaaa-aaaaaaaaaaaa + PORTER_HOST: https://georgez98.withporter.run + PORTER_PR_NUMBER: ${{ github.event.number }} + PORTER_PROJECT: "10" + PORTER_REPO_NAME: ${{ github.event.repository.name }} + PORTER_TAG: ${{ steps.vars.outputs.sha_short }} + PORTER_TOKEN: ${{ secrets.PORTER_APP_10_10 }} From 35f37acea48be2ad268e9aec7c5a136b0c94362d Mon Sep 17 00:00:00 2001 From: "george-local-dev[bot]" <194274237+george-local-dev[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2025 18:33:21 +0000 Subject: [PATCH 05/12] Create porter_app_js-test-app_1.yml file --- .../workflows/porter_app_js-test-app_1.yml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/porter_app_js-test-app_1.yml diff --git a/.github/workflows/porter_app_js-test-app_1.yml b/.github/workflows/porter_app_js-test-app_1.yml new file mode 100644 index 00000000..48f2a323 --- /dev/null +++ b/.github/workflows/porter_app_js-test-app_1.yml @@ -0,0 +1,29 @@ +"on": + push: + branches: + - master +name: Deploy to js-test-app +jobs: + porter-deploy: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: Set Github tag + id: vars + run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT + - name: Setup porter + uses: porter-dev/setup-porter@v0.1.0 + - name: Deploy stack + timeout-minutes: 30 + run: exec porter apply + env: + PORTER_APP_NAME: js-test-app + PORTER_CLUSTER: "1" + PORTER_DEPLOYMENT_TARGET_ID: 70be6f43-6603-4cea-ac86-85f1d509f065 + PORTER_HOST: https://georgez98.withporter.run + PORTER_PR_NUMBER: ${{ github.event.number }} + PORTER_PROJECT: "1" + PORTER_REPO_NAME: ${{ github.event.repository.name }} + PORTER_TAG: ${{ steps.vars.outputs.sha_short }} + PORTER_TOKEN: ${{ secrets.PORTER_APP_1_1 }} From a2606f91631d30b34f8323f567add7ac0f75cd9a Mon Sep 17 00:00:00 2001 From: georgez98 Date: Thu, 13 Feb 2025 13:33:55 -0500 Subject: [PATCH 06/12] Delete .github/workflows/porter_app_test-app-2_1.yml --- .github/workflows/porter_app_test-app-2_1.yml | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/porter_app_test-app-2_1.yml diff --git a/.github/workflows/porter_app_test-app-2_1.yml b/.github/workflows/porter_app_test-app-2_1.yml deleted file mode 100644 index dc051429..00000000 --- a/.github/workflows/porter_app_test-app-2_1.yml +++ /dev/null @@ -1,29 +0,0 @@ -"on": - push: - branches: - - master -name: Deploy to test-app-2 -jobs: - porter-deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v4 - - name: Set Github tag - id: vars - run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - - name: Setup porter - uses: porter-dev/setup-porter@v0.1.0 - - name: Deploy stack - timeout-minutes: 30 - run: exec porter apply - env: - PORTER_APP_NAME: test-app-2 - PORTER_CLUSTER: "1" - PORTER_DEPLOYMENT_TARGET_ID: f683dec0-729c-4705-8239-08ca6f6dc8d7 - PORTER_HOST: https://georgez98.withporter.run - PORTER_PR_NUMBER: ${{ github.event.number }} - PORTER_PROJECT: "1" - PORTER_REPO_NAME: ${{ github.event.repository.name }} - PORTER_TAG: ${{ steps.vars.outputs.sha_short }} - PORTER_TOKEN: ${{ secrets.PORTER_APP_1_1 }} From 39c6181f9492239b74fd5ef8833948e3822eb7a6 Mon Sep 17 00:00:00 2001 From: georgez98 Date: Thu, 13 Feb 2025 13:34:05 -0500 Subject: [PATCH 07/12] Delete .github/workflows/porter_app_test-app_1.yml --- .github/workflows/porter_app_test-app_1.yml | 29 --------------------- 1 file changed, 29 deletions(-) delete mode 100644 .github/workflows/porter_app_test-app_1.yml diff --git a/.github/workflows/porter_app_test-app_1.yml b/.github/workflows/porter_app_test-app_1.yml deleted file mode 100644 index bbacd80f..00000000 --- a/.github/workflows/porter_app_test-app_1.yml +++ /dev/null @@ -1,29 +0,0 @@ -"on": - push: - branches: - - master -name: Deploy to test-app -jobs: - porter-deploy: - runs-on: ubuntu-latest - steps: - - name: Checkout code - uses: actions/checkout@v4 - - name: Set Github tag - id: vars - run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT - - name: Setup porter - uses: porter-dev/setup-porter@v0.1.0 - - name: Deploy stack - timeout-minutes: 30 - run: exec porter apply - env: - PORTER_APP_NAME: test-app - PORTER_CLUSTER: "1" - PORTER_DEPLOYMENT_TARGET_ID: aad793f0-fe4d-4516-a60f-ff4bf6f5cc9e - PORTER_HOST: https://georgez98.withporter.run - PORTER_PR_NUMBER: ${{ github.event.number }} - PORTER_PROJECT: "1" - PORTER_REPO_NAME: ${{ github.event.repository.name }} - PORTER_TAG: ${{ steps.vars.outputs.sha_short }} - PORTER_TOKEN: ${{ secrets.PORTER_APP_1_1 }} From a401285371f2566ed75540c392ed58a79d67430b Mon Sep 17 00:00:00 2001 From: georgez98 Date: Fri, 7 Mar 2025 11:04:34 -0500 Subject: [PATCH 08/12] Update porter_app_js-test-app_1.yml --- .github/workflows/porter_app_js-test-app_1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/porter_app_js-test-app_1.yml b/.github/workflows/porter_app_js-test-app_1.yml index 48f2a323..1a470f62 100644 --- a/.github/workflows/porter_app_js-test-app_1.yml +++ b/.github/workflows/porter_app_js-test-app_1.yml @@ -20,7 +20,7 @@ jobs: env: PORTER_APP_NAME: js-test-app PORTER_CLUSTER: "1" - PORTER_DEPLOYMENT_TARGET_ID: 70be6f43-6603-4cea-ac86-85f1d509f065 + PORTER_DEPLOYMENT_TARGET_ID: 58c6fa16-c25a-45ef-bd88-4c2f6cfc3c08 PORTER_HOST: https://georgez98.withporter.run PORTER_PR_NUMBER: ${{ github.event.number }} PORTER_PROJECT: "1" From 894df77d4f7ff70295ff1a4785d9594e40b751c5 Mon Sep 17 00:00:00 2001 From: "george-local-dev[bot]" <194274237+george-local-dev[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 15:30:33 +0000 Subject: [PATCH 09/12] Create porter_app_js-test-app_1.yml file --- .github/workflows/porter_app_js-test-app_1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/porter_app_js-test-app_1.yml b/.github/workflows/porter_app_js-test-app_1.yml index 1a470f62..c0d5c7f9 100644 --- a/.github/workflows/porter_app_js-test-app_1.yml +++ b/.github/workflows/porter_app_js-test-app_1.yml @@ -20,7 +20,7 @@ jobs: env: PORTER_APP_NAME: js-test-app PORTER_CLUSTER: "1" - PORTER_DEPLOYMENT_TARGET_ID: 58c6fa16-c25a-45ef-bd88-4c2f6cfc3c08 + PORTER_DEPLOYMENT_TARGET_ID: 1fb3334c-7e69-4a89-850e-7b44dda6b87a PORTER_HOST: https://georgez98.withporter.run PORTER_PR_NUMBER: ${{ github.event.number }} PORTER_PROJECT: "1" From 463af8325a3d0ebe100c1b0506c58f9e5627d70f Mon Sep 17 00:00:00 2001 From: "george-local-dev[bot]" <194274237+george-local-dev[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 15:33:04 +0000 Subject: [PATCH 10/12] Create porter_preview_js-test-app_1.yml file --- .../porter_preview_js-test-app_1.yml | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .github/workflows/porter_preview_js-test-app_1.yml diff --git a/.github/workflows/porter_preview_js-test-app_1.yml b/.github/workflows/porter_preview_js-test-app_1.yml new file mode 100644 index 00000000..c34f1727 --- /dev/null +++ b/.github/workflows/porter_preview_js-test-app_1.yml @@ -0,0 +1,29 @@ +"on": + pull_request: + paths: + - '**' + - '!.github/workflows/porter_**' +name: Deploy to Preview Environment +jobs: + porter-deploy: + runs-on: ubuntu-latest + steps: + - name: Checkout code + uses: actions/checkout@v4 + - name: Set Github tag + id: vars + run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT + - name: Setup porter + uses: porter-dev/setup-porter@v0.1.0 + - name: Build and deploy preview environment + timeout-minutes: 30 + run: exec porter apply -f ./porter.yaml --preview + env: + PORTER_APP_NAME: js-test-app + PORTER_CLUSTER: "1" + PORTER_HOST: https://georgez98.withporter.run + PORTER_PR_NUMBER: ${{ github.event.number }} + PORTER_PROJECT: "1" + PORTER_REPO_NAME: ${{ github.event.repository.name }} + PORTER_TAG: ${{ steps.vars.outputs.sha_short }} + PORTER_TOKEN: ${{ secrets.PORTER_APP_1_1 }} From 981cd7050df7b2f8d9ce405a360c5237e84121eb Mon Sep 17 00:00:00 2001 From: georgez98 Date: Fri, 14 Mar 2025 11:41:49 -0400 Subject: [PATCH 11/12] Update porter_preview_js-test-app_1.yml --- .github/workflows/porter_preview_js-test-app_1.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/porter_preview_js-test-app_1.yml b/.github/workflows/porter_preview_js-test-app_1.yml index c34f1727..ef6e5771 100644 --- a/.github/workflows/porter_preview_js-test-app_1.yml +++ b/.github/workflows/porter_preview_js-test-app_1.yml @@ -17,7 +17,7 @@ jobs: uses: porter-dev/setup-porter@v0.1.0 - name: Build and deploy preview environment timeout-minutes: 30 - run: exec porter apply -f ./porter.yaml --preview + run: exec porter apply --preview env: PORTER_APP_NAME: js-test-app PORTER_CLUSTER: "1" From 3943f573d263ba609187379719ae0f13d08cf023 Mon Sep 17 00:00:00 2001 From: georgez98 Date: Fri, 14 Mar 2025 11:42:38 -0400 Subject: [PATCH 12/12] Update test.txt --- test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.txt b/test.txt index ab6c24d4..bd69226d 100644 --- a/test.txt +++ b/test.txt @@ -1 +1 @@ -"Test workflow" +"Test workflow 1"