File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 cache : maven
2323 - name : ' Build testing for default platform'
2424 run : ' mvn -Dsite.dir=testing clean verify'
25+ - name : Assign build.version.properties to env variable
26+ run : cat site/target/build.version.properties >> $GITHUB_ENV
2527 - name : ' Create Pull Request'
2628 uses : peter-evans/create-pull-request@v3
29+ with :
30+ title : ' testing of build ${{ env.build_version_full }}'
31+ body : |
32+ ### I need help with testing of the build **${{ env.build_version_full }}**
33+
34+ It is available at the testing update site now: http://anb0s.github.io/EasyShell/testing
35+ Version: **EasyShell ${{ env.build_version_full }}**
36+
37+ **Use "Help | Install New Software...", paste the link and select the right version!**
38+
39+ ### All fixed issues
40+
41+ [milestone ${{ env.build_version_unqualified }}](https://github.com/anb0s/EasyShell/milestone/8?closed=1)
42+ labels : |
43+ help wanted
44+ Version ${{ env.build_version_unqualified }}
You can’t perform that action at this time.
0 commit comments