Skip to content

Commit

Permalink
Address problem referenced in actions/runner#716
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Feb 28, 2022
1 parent 56d60d6 commit cd8a5fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-BiocCheck/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ runs:
BiocManager::install('BiocCheck', quiet = TRUE, upgrade = FALSE, ask = FALSE)
shell: Rscript {0}
- run: |
Rscript --vanilla "${{ github.action_path }}/run-bioc-check.R" "${{ inputs.package-directory }}" "${{ inputs.error-on }}" ${{ inputs.arguments }}
Rscript --vanilla "${GITHUB_ACTION_PATH}/run-bioc-check.R" "${{ inputs.package-directory }}" "${{ inputs.error-on }}" ${{ inputs.arguments }}
shell: bash

0 comments on commit cd8a5fb

Please sign in to comment.