Skip to content

Commit

Permalink
added needed variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Bioblaze committed Nov 23, 2024
1 parent b5744a7 commit 8ee4bd1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/clean_up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,22 @@ on:
description: "Build Status"
required: true
type: string
new_major:
description: "New Major # for Version"
required: true
type: string
new_minor:
description: "New Minor # for Version"
required: true
type: string
new_patch:
description: "New Patch # for Version"
required: true
type: string
new_version:
description: "New Version that'll be Deployed"
required: true
type: string

# Global Settings
env:
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/deploy_all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,22 @@ on:
description: "Build Status"
required: true
type: string
new_major:
description: "New Major # for Version"
required: true
type: string
new_minor:
description: "New Minor # for Version"
required: true
type: string
new_patch:
description: "New Patch # for Version"
required: true
type: string
new_version:
description: "New Version that'll be Deployed"
required: true
type: string

env:
BASE_NAME: Blazium_v
Expand Down

0 comments on commit 8ee4bd1

Please sign in to comment.