We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e44265 commit e5e9a7bCopy full SHA for e5e9a7b
1 file changed
.github/workflows/maven.yml
@@ -18,6 +18,8 @@ jobs:
18
find: 'UNOFFICIAL'
19
replace: "$GITHUB_RUN_NUMBER"
20
include: 'pom.xml'
21
+ - name: Debug
22
+ run: cat pom.xml
23
- name: Set up JDK 1.8
24
uses: actions/setup-java@v1
25
with:
0 commit comments