File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,11 @@ jobs:
85
85
- name : Make script executable if provided
86
86
if : inputs.before_install_upstream_dependencies != ''
87
87
run : |
88
- if [ -f "${{ inputs.before_install_target_dependencies }}" ]; then
89
- echo "Making script executable: ${{ inputs.before_install_target_dependencies }}"
90
- chmod +x "${{ inputs.before_install_target_dependencies }}"
88
+ if [ -f "${{ inputs.before_install_upstream_dependencies }}" ]; then
89
+ echo "Making script executable: ${{ inputs.before_install_upstream_dependencies }}"
90
+ chmod +x "${{ inputs.before_install_upstream_dependencies }}"
91
91
else
92
- echo "Provided path is not a file: ${{ inputs.before_install_target_dependencies }}"
92
+ echo "Provided path is not a file: ${{ inputs.before_install_upstream_dependencies }}"
93
93
fi
94
94
- uses : ' ros-industrial/industrial_ci@master' # Run industrial_ci
95
95
env :
You can’t perform that action at this time.
0 commit comments