We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1799b5 commit 92d05cdCopy full SHA for 92d05cd
.github/workflows/wordpress-org-release.yml
@@ -36,8 +36,8 @@ on:
36
jobs:
37
update_svn_from_git:
38
env:
39
- SVN_REPO_PATH: "${{ runner.workspace }}/svn_repository"
40
- SVN_REPO_ROOT: "${{ runner.workspace }}/svn_repository/${{ inputs.SVN_PLUGIN_SLUG }}"
+ SVN_REPO_PATH: "${{ github.workspace }}/svn_repository"
+ SVN_REPO_ROOT: "${{ github.workspace }}/svn_repository/${{ inputs.SVN_PLUGIN_SLUG }}"
41
runs-on: ubuntu-latest
42
steps:
43
- name: Install required tools
0 commit comments