Skip to content

Commit

Permalink
Display the merge commit as the version of the seed.
Browse files Browse the repository at this point in the history
  • Loading branch information
goodov committed Aug 8, 2024
1 parent 7a0c55b commit d954f47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/generate-test-seed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
env:
ACTION_RUN_URL: '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}'
BASE_SHA: '${{ github.event.pull_request.base.sha }}'
HEAD_SHA: '${{ github.event.pull_request.head.sha }}'
REMOTE_SEED_PATH: 'pull/${{ github.event.pull_request.number }}/seed'
SEED_VERSION: 'pull/${{ github.event.pull_request.number }}@${{ github.event.pull_request.head.sha }}'
SEED_VERSION: 'pull/${{ github.event.pull_request.number }}/merge@${{ github.event.pull_request.merge_commit_sha }}'

steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
Expand Down Expand Up @@ -106,6 +107,8 @@ jobs:
#### Seed Details
- Version: \`${process.env.SEED_VERSION}\`
- Uploaded: \`${new Date().toISOString()}\`
- PR commit: \`${process.env.HEAD_SHA}\`
- Target branch commit: \`${process.env.BASE_SHA}\`
- Serial Number: \`${serialNumberContent}\`
`
const comment = require('.github/workflows/scripts/comment.js')
Expand Down
2 changes: 1 addition & 1 deletion seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"NIGHTLY",
"BETA"
],
"min_version": "92.1.30.57",
"min_version": "92.1.30.58",
"platform": [
"WINDOWS",
"MAC",
Expand Down

0 comments on commit d954f47

Please sign in to comment.