File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 24
24
jq --join-output '(.lastpushid | tostring) as $pushid | empty, .pushes[$pushid].changesets[0]'
25
25
)
26
26
echo "MOZCENTRAL_VERSION=$COMMIT_HASH" >> $GITHUB_ENV
27
+ echo "MOZCENTRAL_VERSION_SHORT=${COMMIT_HASH:0:7}" >> $GITHUB_ENV
27
28
- name : Update `mozcentral.version` File
28
29
run : echo -n $MOZCENTRAL_VERSION > mozcentral.version
29
30
- name : Create Pull Request
32
33
add-paths : mozcentral.version
33
34
commit-message : |
34
35
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 }}
36
37
title : Upgrade SpiderMonkey to mozilla-central commit `${{ env.MOZCENTRAL_VERSION }}`
37
38
body : |
38
39
Changeset: https://hg.mozilla.org/mozilla-central/rev/${{ env.MOZCENTRAL_VERSION }}
You can’t perform that action at this time.
0 commit comments