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 012826f commit 8b80070Copy full SHA for 8b80070
.github/workflows/updater.yml
@@ -116,7 +116,7 @@ jobs:
116
WORKFLOW_VERSION: ${{ inputs._workflow_version }}
117
run: |
118
New-Item -ItemType Directory -Path "$env:RUNNER_TEMP/ghwf" -Force
119
- Set-Location "$env:RUNNER_TEMP/ghwf"
+ cd "$env:RUNNER_TEMP/ghwf"
120
git init
121
git remote add origin https://github.com/getsentry/github-workflows.git
122
git fetch --depth 1 origin "$env:WORKFLOW_VERSION"
0 commit comments