Skip to content

Commit

Permalink
Remove unnecessary quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
phst committed Feb 11, 2025
1 parent 12be1da commit e097dc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-lockfiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
- name: Regenerate lockfiles
shell: pwsh
run: |
$ErrorActionPreference = 'Stop'
$ErrorActionPreference = Stop
$PSNativeCommandUseErrorActionPreference = $true
bazelisk mod deps --lockfile_mode=update
Set-Location $(Join-Path 'examples' 'ext')
Set-Location $(Join-Path examples ext)
bazelisk mod deps --lockfile_mode=update
- name: Upload lockfiles
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit e097dc4

Please sign in to comment.