Skip to content

Commit 2ba1053

Browse files
committed
ci: debug discovery.outputs.hits
1 parent d9662ee commit 2ba1053

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/std.yml

+9
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,15 @@ jobs:
6363
- uses: divnix/std-action/discover@main
6464
with: {ffBuildInstructions: true}
6565
id: discovery
66+
- name: Debug Discovery
67+
shell: bash
68+
run: |
69+
echo ==============================================
70+
cat <<'VERY_UNLIKELY_DELIMITER'
71+
${{ steps.discovery.outputs.hits }}
72+
VERY_UNLIKELY_DELIMITER
73+
echo ==============================================
74+
exit 77
6675
6776
6877
images:

0 commit comments

Comments
 (0)