GitHub Actions: info step added

This commit is contained in:
Karl Tauber
2020-11-21 12:02:08 +01:00
parent 57df7d28b5
commit 7ad176f98d

View File

@@ -23,6 +23,13 @@ jobs:
steps:
- name: info
run: |
echo ${{ matrix.java }}
echo ${{ github.event_name }}
echo ${{ github.ref }}
echo ${{ github.repository }}
- uses: actions/checkout@v2
- name: Setup Java ${{ matrix.java }}