Skip to content

Commit a9f4ced

Browse files
authored
Update publishToGallery.yml
1 parent 4e0f322 commit a9f4ced

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publishToGallery.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
3030
shell: pwsh
3131
run: |
3232
Copy-Item -Path "$env:GITHUB_WORKSPACE\LICENSE" -Destination "$env:GITHUB_WORKSPACE\Module\ExoHelper\LICENSE.txt" -Force
33-
${{github.event_name}}
34-
${{github.event.inputs.publish}}
35-
${{ github.event_name != 'workflow_dispatch' || github.event.inputs.publish }}
33+
Write-Host ${{github.event_name}}
34+
Write-Host ${{github.event.inputs.publish}}
35+
Write-Host ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.publish }}
3636
3737
- name: Install prerequisites
3838
shell: pwsh

0 commit comments

Comments
 (0)