Skip to content

Commit

Permalink
ci: Try to fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
deadlydog committed Oct 1, 2023
1 parent 0e91327 commit 26b7a4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test-powershell-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -268,4 +268,4 @@ jobs:
if: github.event_name != 'pull_request' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch)
uses: ./.github/workflows/deploy-powershell-module.yml
with:
buildWorkflowRunId: ${{ github.run_id }}
buildWorkflowRunId: '${{ github.run_id }}'

0 comments on commit 26b7a4f

Please sign in to comment.