mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-08 15:00:54 +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:
|
steps:
|
||||||
|
|
||||||
|
- name: info
|
||||||
|
run: |
|
||||||
|
echo ${{ matrix.java }}
|
||||||
|
echo ${{ github.event_name }}
|
||||||
|
echo ${{ github.ref }}
|
||||||
|
echo ${{ github.repository }}
|
||||||
|
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Setup Java ${{ matrix.java }}
|
- name: Setup Java ${{ matrix.java }}
|
||||||
|
|||||||
Reference in New Issue
Block a user