Skip to content

Commit

Permalink
Merge pull request 2i2c-org#5268 from GeorgianaElena/auto-prj-management
Browse files Browse the repository at this point in the history
[GHA] Small syntax fixes
  • Loading branch information
GeorgianaElena authored Dec 11, 2024
2 parents 3da4069 + e645842 commit fd615d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/recurrent-get-billing-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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")
Expand All @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit fd615d4

Please sign in to comment.