mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-01-11 19:44:52 +00:00
add print env step
This commit is contained in:
6
.github/workflows/docker.yml
vendored
6
.github/workflows/docker.yml
vendored
@@ -43,8 +43,10 @@ jobs:
|
||||
# Fetch all tags
|
||||
- name: Fetch tags
|
||||
run: git fetch --tags
|
||||
- name: print Info
|
||||
run: ${{ toJson(github) }}
|
||||
- name: print github info
|
||||
run: ${{ github }}
|
||||
- name: print env Info
|
||||
run: ${{env}}
|
||||
# Generate the appropriate version number
|
||||
- name: Set Version Number
|
||||
shell: powershell
|
||||
|
||||
Reference in New Issue
Block a user