Skip to content

Commit 92d05cd

Browse files
committed
Use github.workspace instead of runner.workspace
1 parent f1799b5 commit 92d05cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wordpress-org-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ on:
3636
jobs:
3737
update_svn_from_git:
3838
env:
39-
SVN_REPO_PATH: "${{ runner.workspace }}/svn_repository"
40-
SVN_REPO_ROOT: "${{ runner.workspace }}/svn_repository/${{ inputs.SVN_PLUGIN_SLUG }}"
39+
SVN_REPO_PATH: "${{ github.workspace }}/svn_repository"
40+
SVN_REPO_ROOT: "${{ github.workspace }}/svn_repository/${{ inputs.SVN_PLUGIN_SLUG }}"
4141
runs-on: ubuntu-latest
4242
steps:
4343
- name: Install required tools

0 commit comments

Comments
 (0)