You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: action.yml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,11 @@ runs:
48
48
esac
49
49
echo "$folder" >> $GITHUB_PATH
50
50
shell: bash
51
+
- if: ${{ github.event_name == 'pull_request' }}
52
+
run: command -V jq || echo "::warning::$WARNING"
53
+
shell: bash
54
+
env:
55
+
WARNING: 'To be able to properly obtain the originating PR-number, Testspace requires the jq utility to be installed on your OS image (named jq/jq.exe and on the system PATH)'
0 commit comments