Skip to content

Commit

Permalink
Add param
Browse files Browse the repository at this point in the history
  • Loading branch information
anakinxc committed Jan 3, 2024
1 parent fd283b7 commit d1047c2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .circleci/continue-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@
version: 2.1

parameters:
GHA_Event:
type: string
default: ""
GHA_Actor:
type: string
default: ""
GHA_Action:
type: string
default: ""
GHA_Meta:
type: string
default: ""
build-and-run:
type: boolean
default: false
Expand Down

0 comments on commit d1047c2

Please sign in to comment.