mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-04-12 12:06:58 +00:00
fix expression syntax
This commit is contained in:
parent
51f5d7e07b
commit
48220b8fe9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
- name: Fetch tags
|
||||
run: git fetch --tags
|
||||
- name: print Info
|
||||
run: toJson(${{ github }})
|
||||
run: toJson(github)
|
||||
# Generate the appropriate version number
|
||||
- name: Set Version Number
|
||||
shell: powershell
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue