Skip to content

Commit a217e5b

Browse files
committed
Fix labels not being tick quoted
1 parent cabdd1b commit a217e5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/github-actions-demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
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

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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',

0 commit comments

Comments
 (0)