File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 22
22
cache : maven
23
23
- name : ' Build testing for default platform'
24
24
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
25
27
- name : ' Create Pull Request'
26
28
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