File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 16
16
- uses : ./ # Uses an action in the root directory.
17
17
with :
18
18
polarsignals_cloud_token : ${{ secrets.PSTOKEN }}
19
- labels : ref_name=${{ github.ref_name }};workflow=${{ github.workflow }};gh_run_id=${{ github.run_id }}
20
19
project_uuid : 7a8644bb-3a90-4a02-be35-efcb6bba4a54
21
- github_token : ${{ secrets.GITHUB_TOKEN }}
22
20
- name : Set up Go
23
21
uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
24
22
- name : Run my little go program that does busy work.
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ inputs:
23
23
labels :
24
24
description : ' Add labels, for example branch name, branch=main'
25
25
required : false
26
+ default : " ref_name=${{ github.ref_name }};workflow=${{ github.workflow }};gh_run_id=${{ github.run_id }}"
26
27
extra_args :
27
28
description : ' Add any further arguments to the execution of the agent.'
28
29
required : false
@@ -36,6 +37,7 @@ inputs:
36
37
github_token :
37
38
description : ' GitHub token to use for creating deployments for linking to Profiling data from pull requests.'
38
39
required : false
40
+ default : ${{ github.token }}
39
41
outputs :
40
42
profiling_url :
41
43
description : ' The URL to the profiling data in Polar Signals Cloud.'
You can’t perform that action at this time.
0 commit comments