Skip to content

Commit 80e90a4

Browse files
authored
Upgrade SpiderMonkey to mozilla-central commit bc4609b7aa7a3dff961f43d527bc66c5c85f6f4b
Merge pull request #375 from Distributive-Network/chore/upgrade-spidermonkey-to-bc4609b7aa7a3dff961f43d527bc66c5c85f6f4b
2 parents f8f1b2c + 4713f02 commit 80e90a4

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/update-mozcentral-version.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,16 @@ jobs:
2424
jq --join-output '(.lastpushid | tostring) as $pushid | empty, .pushes[$pushid].changesets[0]'
2525
)
2626
echo "MOZCENTRAL_VERSION=$COMMIT_HASH" >> $GITHUB_ENV
27+
echo "MOZCENTRAL_VERSION_SHORT=${COMMIT_HASH:0:7}" >> $GITHUB_ENV
2728
- name: Update `mozcentral.version` File
28-
run: echo $MOZCENTRAL_VERSION > mozcentral.version
29+
run: echo -n $MOZCENTRAL_VERSION > mozcentral.version
2930
- name: Create Pull Request
3031
uses: peter-evans/create-pull-request@v6
3132
with:
3233
add-paths: mozcentral.version
3334
commit-message: |
3435
chore(deps): upgrade SpiderMonkey to `${{ env.MOZCENTRAL_VERSION }}`
35-
branch: chore/upgrade-spidermonkey-to-${{ env.MOZCENTRAL_VERSION }}
36+
branch: chore/upgrade-spidermonkey-to-${{ env.MOZCENTRAL_VERSION_SHORT }}
3637
title: Upgrade SpiderMonkey to mozilla-central commit `${{ env.MOZCENTRAL_VERSION }}`
3738
body: |
3839
Changeset: https://hg.mozilla.org/mozilla-central/rev/${{ env.MOZCENTRAL_VERSION }}

mozcentral.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d25c9bdacb64ae50779dc91f5919ca0189ad6c36
1+
bc4609b7aa7a3dff961f43d527bc66c5c85f6f4b

0 commit comments

Comments
 (0)