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 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
2829 run : echo -n $MOZCENTRAL_VERSION > mozcentral.version
2930 - name : Create Pull Request
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 }}
You can’t perform that action at this time.
0 commit comments