We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e0f322 commit a9f4cedCopy full SHA for a9f4ced
.github/workflows/publishToGallery.yml
@@ -30,9 +30,9 @@ jobs:
30
shell: pwsh
31
run: |
32
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 }}
+ Write-Host ${{github.event_name}}
+ Write-Host ${{github.event.inputs.publish}}
+ Write-Host ${{ github.event_name != 'workflow_dispatch' || github.event.inputs.publish }}
36
37
- name: Install prerequisites
38
0 commit comments