mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 03:57:08 +00:00
Fixes syntax issue
This commit is contained in:
parent
0469afd2c5
commit
2854b02229
1 changed files with 4 additions and 4 deletions
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
|
|
@ -147,8 +147,8 @@ jobs:
|
||||||
- name: Push tags
|
- name: Push tags
|
||||||
run: git push --tags origin
|
run: git push --tags origin
|
||||||
- name: Check Directory
|
- name: Check Directory
|
||||||
run: |
|
run: Get-ChildItem ./
|
||||||
Get-ChildItem "./"
|
|
||||||
Public_Push_Output:
|
Public_Push_Output:
|
||||||
needs: build_project
|
needs: build_project
|
||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
|
|
@ -209,5 +209,5 @@ jobs:
|
||||||
- name: Push tags
|
- name: Push tags
|
||||||
run: git push --tags origin
|
run: git push --tags origin
|
||||||
- name: Check Directory
|
- name: Check Directory
|
||||||
run: |
|
run: Get-ChildItem ./
|
||||||
Get-ChildItem "./"
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue