From 191e22cd662c6d70f1016dd1f8fa41d0b8820ee0 Mon Sep 17 00:00:00 2001 From: Paul Leclercq Date: Thu, 10 Oct 2024 18:36:11 +0200 Subject: [PATCH] Fix/ci scaleway jobs (#263) * test ci * ci --- .github/workflows/scaleway-start-import-job-update.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/scaleway-start-import-job-update.yml b/.github/workflows/scaleway-start-import-job-update.yml index c26c6605..cafa5a8e 100644 --- a/.github/workflows/scaleway-start-import-job-update.yml +++ b/.github/workflows/scaleway-start-import-job-update.yml @@ -32,13 +32,11 @@ jobs: runs-on: ubuntu-latest steps: - name: start import job to reapply logic to all elements start_date matrix - uses: jawher/action-scw@v2.32.1 + uses: jawher/action-scw@v2.34.0 env: SCW_ACCESS_KEY: ${{ secrets.SCW_ACCESS_KEY }} SCW_SECRET_KEY: ${{ secrets.SCW_SECRET_KEY }} SCW_ORGANIZATION_ID: ${{ secrets.SCW_ORGANIZATION_ID }} SCW_ZONE: ${{ secrets.SCW_ZONE }} with: - args: jobs definition start ${{ secrets.SCALEWAY_JOB_IMPORT_ID }} environment-variables.UPDATE=true \ - environment-variables.START_DATE_UPDATE=${{ matrix.dates.start_date }} \ - environment-variables.END_DATE=${{ matrix.dates.end_date }} \ No newline at end of file + args: jobs definition start ${{ secrets.SCALEWAY_JOB_IMPORT_ID }} environment-variables.UPDATE=true environment-variables.START_DATE_UPDATE=${{ matrix.dates.start_date }} environment-variables.END_DATE=${{ matrix.dates.end_date }} \ No newline at end of file