File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727 uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
2828 - name : Run my little go program that does busy work.
2929 run : cd example-process && go run main.go
30- - run : echo "🍏 This job's status is ${{ job.status }}." && sleep 300
30+ - run : echo "🍏 This job's status is ${{ job.status }}." && sleep 60
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ async function run() {
8383 const tempLogFile = path . join ( process . env . RUNNER_TEMP || '/tmp' , 'parca-agent.log' ) ;
8484
8585 const args = [
86- `--metadata-external-labels=' ${ labelsString } ' ` ,
86+ `--metadata-external-labels=${ labelsString } ` ,
8787 `--profiling-duration=${ profilingDuration } ` ,
8888 `--profiling-cpu-sampling-frequency=${ profilingFrequency } ` ,
8989 '--node=github' ,
You can’t perform that action at this time.
0 commit comments