Skip to content

Commit

Permalink
Fikse feil i inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
torhakon committed Aug 28, 2024
1 parent 02aa61f commit b033abb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ciCreatePlatformPool.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: "Replenish platform pool"
on:
workflow_dispatch:
inputs:
gitRef:
description: "Commit Id from where the pools should be created"
required: false
default: "main"
inputs:
gitRef:
description: "Commit Id from where the pools should be created"
required: false
default: "main"

# Det er satt opp skedulering for når poolet oppdateres.
# Det er ikke behov for å kjøre denne jobber 24/7 og det er derfor satt opp noen skeduleringer (husk at tid er UTC)
Expand Down Expand Up @@ -61,4 +61,4 @@ jobs:
with:
deleteJobType: "orphans"
secrets:
CRM_PROD_SFDX_URL: ${{ secrets.CRM_PROD_SFDX_URL}}
CRM_PROD_SFDX_URL: ${{ secrets.SF_DEVHUB_URL}}

0 comments on commit b033abb

Please sign in to comment.