We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1352c9d commit 7f17ad6Copy full SHA for 7f17ad6
.github/workflows/build-pr-cmk.yml
@@ -42,17 +42,6 @@ jobs:
42
run: |
43
echo "pr_number=${{ github.event.pull_request.number || env.PR_NUMBER }}" >> $GITHUB_OUTPUT
44
45
- - name: Create/update comment (start)
46
- uses: peter-evans/create-or-update-comment@v4
47
- if: steps.set_vars.outputs.pr_number != ''
48
- with:
49
- token: ${{ secrets.GITHUB_TOKEN }}
50
- issue-number: ${{ steps.set_vars.outputs.pr_number }}
51
- body: |
52
- <!-- cmk-build-artifact-comment -->
53
- ⏳ Build initiated for PR #${{ steps.set_vars.outputs.pr_number }}. Status will be updated here.
54
- edit-mode: replace
55
-
56
- name: Build cmk binary
57
id: build_cmk
58
run: go build -v -o cmk ./cmk.go
0 commit comments