Skip to content

Commit

Permalink
Quote again
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-asawicki committed Nov 27, 2024
1 parent 5a06bfd commit c27ecc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/experiments/experiment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func Test_experiments(t *testing.T) {
if os.Getenv("GITHUB_ACTIONS") == "true" {
t.Logf("masking `%s`", line)
t.Setenv("TEST_SF_TF_MASKING_TEST", line)
return echo(`::add-mask::$TEST_SF_TF_MASKING_TEST`)
return echo(`"::add-mask::$TEST_SF_TF_MASKING_TEST"`)
}
return nil
}
Expand Down

0 comments on commit c27ecc6

Please sign in to comment.