Skip to content

Commit f7c6db1

Browse files
committed
updated workflow
1 parent d9a747d commit f7c6db1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed
Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
1-
<<<jsonnet
2-
{
3-
project: 'stackql-demo-2',
4-
zone: 'australia-southeast1-b',
5-
nameLike: 'actions-test-',
6-
}
7-
>>>
81
SELECT id, name
92
FROM google.compute.instances
103
WHERE project = '{{.project}}'
114
AND zone = '{{.zone}}'
12-
AND name LIKE '{{.nameLike}}%';
5+
AND name LIKE 'actions-test-%';

0 commit comments

Comments
 (0)