mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +03:00
GitHub Actions: info step added
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user