File tree 1 file changed +2
-6
lines changed
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,11 @@ jobs:
13
13
- run : echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
14
14
- name : Check out the code
15
15
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2
16
- - name : Extract branch name
17
- shell : bash
18
- run : echo "branch=$(echo ${GITHUB_REF#refs/heads/})" >>$GITHUB_OUTPUT
19
- id : extract_branch
20
16
- uses : ./ # Uses an action in the root directory.
21
17
with :
22
18
polarsignals_cloud_token : ${{ secrets.PSTOKEN }}
23
- labels : branch =${{ steps.extract_branch.outputs.branch }};gh_run_id=${{ github.run_id }}
24
- project_uuid : ${{ secrets.POLARSIGNALSPROJECTUUID }}
19
+ labels : ref_name =${{ github.ref_name }};workflow=${{ github.workflow }};gh_run_id=${{ github.run_id }}
20
+ project_uuid : 7a8644bb-3a90-4a02-be35-efcb6bba4a54
25
21
github_token : ${{ secrets.GITHUB_TOKEN }}
26
22
- name : Set up Go
27
23
uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0
You can’t perform that action at this time.
0 commit comments