Skip to content

Commit c4bac7d

Browse files
committed
.github: Adjust configuration to that of the readme
1 parent 53de53f commit c4bac7d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

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

+2-6
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,11 @@ jobs:
1313
- run: echo "🎉 The job was automatically triggered by a ${{ github.event_name }} event."
1414
- name: Check out the code
1515
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
2016
- uses: ./ # Uses an action in the root directory.
2117
with:
2218
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
2521
github_token: ${{ secrets.GITHUB_TOKEN }}
2622
- name: Set up Go
2723
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0

0 commit comments

Comments
 (0)