Skip to content

Commit 00c83f0

Browse files
committed
verify-service - use context.name, not subpkg.name
pr #188 made this use subpkg.name, it should have used context.name. subpkg.name is not valid for use in the main package.
1 parent 7d8d0d6 commit 00c83f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipelines/test/tw/verify-service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ pipeline:
1616
- name: Verify Service files
1717
runs: |
1818
verify-service \
19-
--package '${{subpkg.name}}' \
19+
--package '${{context.name}}' \
2020
--skip-files '${{inputs.skip-files}}' \
2121
--man ${{inputs.man}}

0 commit comments

Comments
 (0)