Skip to content

Commit

Permalink
refactor(dagger.go): remove GitHub Actions setup from SetupDaggerBin …
Browse files Browse the repository at this point in the history
…function

Removing the GitHub Actions setup from the `SetupDaggerBin` function
simplifies the function by decoupling it from CI-specific
configurations.
  • Loading branch information
cybersiddhu committed Jul 25, 2024
1 parent bc57010 commit 5755242
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions internal/app/dagger/dagger.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ func SetupDaggerBin(clt *cli.Context) error {
if err != nil {
return cli.NewExitError(err.Error(), 2)
}
gha := githubactions.New()
gha.SetOutput("dagger_bin_name", "dagger")
gha.AddPath(binDir)
return nil
}

Expand Down

0 comments on commit 5755242

Please sign in to comment.