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.
2 parents ddc4b25 + bb2d35f commit e6f321cCopy full SHA for e6f321c
.github/workflows/PublishPSModuleToGallery.yaml
@@ -29,7 +29,7 @@ jobs:
29
environment: ${{ github.event_name == 'release' && 'prod' || (github.event_name == 'workflow_dispatch' && github.event.inputs.GHDeploymentEnv || 'dev') }}
30
steps:
31
- name: 🌿 Checkout repository (ref '${{ github.ref_name }}')
32
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
33
34
- name: Ensure given PS Gallery is registered ('${{ vars.PSGALLERY_URI }}')
35
run: |
0 commit comments