Skip to content

Commit 5755242

Browse files
committed
refactor(dagger.go): remove GitHub Actions setup from SetupDaggerBin function
Removing the GitHub Actions setup from the `SetupDaggerBin` function simplifies the function by decoupling it from CI-specific configurations.
1 parent bc57010 commit 5755242

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

internal/app/dagger/dagger.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@ func SetupDaggerBin(clt *cli.Context) error {
7575
if err != nil {
7676
return cli.NewExitError(err.Error(), 2)
7777
}
78-
gha := githubactions.New()
79-
gha.SetOutput("dagger_bin_name", "dagger")
80-
gha.AddPath(binDir)
8178
return nil
8279
}
8380

0 commit comments

Comments
 (0)