-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci,release): update slack commit message
- Loading branch information
1 parent
705e585
commit 4ee217a
Showing
2 changed files
with
16 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,7 +44,6 @@ jobs: | |
- name: Setup Git Config | ||
shell: bash | ||
run: | | ||
git checkout ${{ github.head_ref }} | ||
git config --local user.name "kong-security-bot" | ||
git config --local user.email "[email protected]" | ||
|
@@ -99,15 +98,15 @@ jobs: | |
}, | ||
{ | ||
"type": "mrkdwn", | ||
"text": "*Branch:*\n<${{ github.server_url }}/${{ github.repository }}/tree/${{ github.head_ref || steps.slack-variables.outputs.fallback-branch-name }}|${{ github.head_ref || steps.slack-variables.outputs.fallback-branch-name }}>" | ||
"text": "*Branch:*\n<${{ github.server_url }}/${{ github.repository }}/tree/${{ github.ref_name }}|${{ github.ref_name }}>" | ||
}, | ||
{ | ||
"type": "mrkdwn", | ||
"text": "*Workflow Run:*\n<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|${{ github.run_number }}>" | ||
}, | ||
{ | ||
"type": "mrkdwn", | ||
"text": "*TriggeredByCommit:*\n<${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}>" | ||
"text": "*TriggeredByCommit:*\n<${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}|${{ github.sha }}>" | ||
}, | ||
{ | ||
"type": "mrkdwn", | ||
|
@@ -117,10 +116,6 @@ jobs: | |
"type": "mrkdwn", | ||
"text": "*Triggered By:*\n${{ github.actor }}" | ||
}, | ||
{ | ||
"type": "mrkdwn", | ||
"text": "*Commit Author:*\n${{ github.event.head_commit.author.name }}" | ||
}, | ||
{ | ||
"type": "mrkdwn", | ||
"text": "*Event Name:*\n${{ github.event_name }}" | ||
|
@@ -158,15 +153,15 @@ jobs: | |
}, | ||
{ | ||
"type": "mrkdwn", | ||
"text": "*Branch:*\n<${{ github.server_url }}/${{ github.repository }}/tree/${{ github.head_ref || steps.slack-variables.outputs.fallback-branch-name }}|${{ github.head_ref || steps.slack-variables.outputs.fallback-branch-name }}>" | ||
"text": "*Branch:*\n<${{ github.server_url }}/${{ github.repository }}/tree/${{ github.ref_name }}|${{ github.ref_name }}>" | ||
}, | ||
{ | ||
"type": "mrkdwn", | ||
"text": "*Workflow Run:*\n<${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}|${{ github.run_number }}>" | ||
}, | ||
{ | ||
"type": "mrkdwn", | ||
"text": "*TriggeredByCommit:*\n<${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}>" | ||
"text": "*TriggeredByCommit:*\n<${{ github.server_url }}/${{ github.repository }}/commit/${{ github.sha }}|${{ github.sha }}>" | ||
}, | ||
{ | ||
"type": "mrkdwn", | ||
|
@@ -176,10 +171,6 @@ jobs: | |
"type": "mrkdwn", | ||
"text": "*Triggered By:*\n${{ github.actor }}" | ||
}, | ||
{ | ||
"type": "mrkdwn", | ||
"text": "*Commit Author:*\n${{ github.event.head_commit.author.name }}" | ||
}, | ||
{ | ||
"type": "mrkdwn", | ||
"text": "*Event Name:*\n${{ github.event_name }}" | ||
|