Skip to content

Commit

Permalink
Fix workflow (#909)
Browse files Browse the repository at this point in the history
  • Loading branch information
TsayAdobe authored Dec 4, 2024
1 parent 77e450f commit 9b2cc9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/clear-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ on:
description: 'Network'
required: true
type: string
command:
description: 'Command'
required: true
type: string

workflow_dispatch:
inputs:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
with:
cpCode: 1551833
network: production
command: delete
secrets: inherit

clear-prod-cache:
Expand All @@ -21,4 +22,6 @@ jobs:
with:
cpCode: 1551836
network: production
command: delete

secrets: inherit

0 comments on commit 9b2cc9d

Please sign in to comment.