Skip to content

Commit

Permalink
fix: remove default value for configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
pandatix committed Jun 1, 2024
1 parent 3cad80e commit 4ccad94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ inputs:

runs:
using: 'docker'
image: 'docker://ctferio/ctfd-setup:v1.1.6'
image: 'docker://ctferio/ctfd-setup:v1.1.7'
env:
FILE: ${{ inputs.file }}
URL: ${{ inputs.url }}
Expand Down
1 change: 0 additions & 1 deletion cmd/ctfd-setup/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ func main() {
cli.HelpFlag,
&cli.StringFlag{
Name: "file",
Value: ".ctfd.yaml",
Usage: "Configuration file to use for setting up CTFd. If let empty, will default the values and look for secrets in expected environment variables. For more info, refers to the documentation.",
EnvVars: []string{"FILE", "PLUGIN_FILE"},
Category: management,
Expand Down

0 comments on commit 4ccad94

Please sign in to comment.