Skip to content

Commit 8b80070

Browse files
committed
Rever to cd
1 parent 012826f commit 8b80070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
WORKFLOW_VERSION: ${{ inputs._workflow_version }}
117117
run: |
118118
New-Item -ItemType Directory -Path "$env:RUNNER_TEMP/ghwf" -Force
119-
Set-Location "$env:RUNNER_TEMP/ghwf"
119+
cd "$env:RUNNER_TEMP/ghwf"
120120
git init
121121
git remote add origin https://github.com/getsentry/github-workflows.git
122122
git fetch --depth 1 origin "$env:WORKFLOW_VERSION"

0 commit comments

Comments
 (0)