Skip to content

Commit 135e506

Browse files
authored
Merge branch 'develop' into dev/woopmnt-5249-e2e-ensure-version-coverage-for-woocommerce-and-php
2 parents d89a547 + ad9c6c6 commit 135e506

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/release-code-freeze.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
RELEASE_VERSION: ${{ needs.check-code-freeze.outputs.nextReleaseVersion }}
8787
RELEASE_DATE: ${{ needs.check-code-freeze.outputs.nextReleaseDate }}
8888
RELEASE_PR_ID: ${{ needs.create-release-pr.outputs.release-pr-id }}
89+
GITHUB_RUN_ID: ${{ github.run_id }}
8990
steps:
9091
- name: "Slack ping"
9192
uses: slackapi/[email protected]
@@ -116,7 +117,7 @@ jobs:
116117
"type": "section",
117118
"text": {
118119
"type": "mrkdwn",
119-
"text": "• Created a release branch `release/${{ env.RELEASE_VERSION }}` \n • Raised a <https://github.com/Automattic/woocommerce-payments/pull/${{ env.RELEASE_PR_ID }}|Pull Request> to `trunk`\n • Built a <https://github.com/Automattic/woocommerce-payments/actions/runs/$GITHUB_RUN_ID|zip file and ran smoke tests> against it"
120+
"text": "• Created a release branch `release/${{ env.RELEASE_VERSION }}` \n • Raised a <https://github.com/Automattic/woocommerce-payments/pull/${{ env.RELEASE_PR_ID }}|Pull Request> to `trunk`\n • Built a <https://github.com/Automattic/woocommerce-payments/actions/runs/${{ env.GITHUB_RUN_ID }}|zip file and ran smoke tests> against it"
120121
}
121122
},
122123
{
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Significance: patch
2+
Type: dev
3+
Comment: Fix GITHUB_RUN_ID env variable
4+
5+

0 commit comments

Comments
 (0)