From e64584262c03d64a1687426ee30a4fa8caa57a5a Mon Sep 17 00:00:00 2001 From: Georgiana Dolocan Date: Wed, 11 Dec 2024 15:42:57 +0200 Subject: [PATCH] Small syntax fixes --- .github/workflows/recurrent-get-billing-data.yaml | 8 ++++---- .../workflows/recurrent-regenerate-smce-creds-issue.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/recurrent-get-billing-data.yaml b/.github/workflows/recurrent-get-billing-data.yaml index 393d97680..92f0ac4b9 100644 --- a/.github/workflows/recurrent-get-billing-data.yaml +++ b/.github/workflows/recurrent-get-billing-data.yaml @@ -20,7 +20,7 @@ jobs: - name: Create issue for dedicated clusters billing run: | - dedicated_issue = $(gh issue create \ + dedicated_issue=$(gh issue create \ --label "recurrent" \ --title "[Billing] Dedicated clusters: collect billing data for $NEXT_MONTH" \ --body "$BODY") @@ -39,7 +39,7 @@ jobs: - name: Create issue for shared clusters billing run: | - shared_issue = $(gh issue create \ + shared_issue=$(gh issue create \ --label "recurrent" \ --title "[Billing] Shared clusters: collect billing data for $NEXT_MONTH" \ --body "$BODY") @@ -61,7 +61,7 @@ jobs: - name: "Dedicated clusters: set the relevant project board fields" uses: EndBug/project-fields@v2 - id: set-fields + id: set-dedicated-fields with: operation: set # If the fields name or type will change @@ -74,7 +74,7 @@ jobs: - name: "Shared clusters: set the relevant project board fields" uses: EndBug/project-fields@v2 - id: set-fields + id: set-shared-fields with: operation: set # If the fields name or type will change diff --git a/.github/workflows/recurrent-regenerate-smce-creds-issue.yaml b/.github/workflows/recurrent-regenerate-smce-creds-issue.yaml index dbc5bf934..95e66a770 100644 --- a/.github/workflows/recurrent-regenerate-smce-creds-issue.yaml +++ b/.github/workflows/recurrent-regenerate-smce-creds-issue.yaml @@ -23,7 +23,7 @@ jobs: - name: Create issue run: | - issue = $(gh issue create \ + issue=$(gh issue create \ --label "recurrent" \ --title "[${{ env.deadline }}] Regenerate SMCE credentials" \ --body "$BODY")