mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-02-11 02:34:49 +00:00
Fixes syntax issue
This commit is contained in:
8
.github/workflows/docker.yml
vendored
8
.github/workflows/docker.yml
vendored
@@ -147,8 +147,8 @@ jobs:
|
||||
- name: Push tags
|
||||
run: git push --tags origin
|
||||
- name: Check Directory
|
||||
run: |
|
||||
Get-ChildItem "./"
|
||||
run: Get-ChildItem ./
|
||||
|
||||
Public_Push_Output:
|
||||
needs: build_project
|
||||
runs-on: windows-latest
|
||||
@@ -209,5 +209,5 @@ jobs:
|
||||
- name: Push tags
|
||||
run: git push --tags origin
|
||||
- name: Check Directory
|
||||
run: |
|
||||
Get-ChildItem "./"
|
||||
run: Get-ChildItem ./
|
||||
|
||||
|
||||
Reference in New Issue
Block a user