Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
keevan committed Aug 2, 2022
1 parent cae5464 commit 18e9115
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ jobs:
- name: Determine test requirements and plugin info
id: parse-version
run: |
chmod +x "./.github/actions/parse-version/script.sh"
"./.github/actions/parse-version/script.sh"
chmod +x "${GITHUB_WORKSPACE}/.github/actions/parse-version/script.sh"
"${GITHUB_WORKSPACE}/.github/actions/parse-version/script.sh"
env:
disable_master: ${{ inputs.disable_master }}
filter: ${{ inputs.moodle_branches }}
Expand Down

0 comments on commit 18e9115

Please sign in to comment.