Skip to content

Commit 7276738

Browse files
committed
feat: add taggs to manifest file
1 parent adf3b5d commit 7276738

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

platform/constants/manifest.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
IntegrationType: github_account
1+
IntegrationType: github_account
2+
DescriberURL: ghcr.io/opengovern/og-describer-github
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
file_path="manifest.yaml"
4+
5+
# Append multiple lines to the file
6+
cat <<EOF >> "$file_path"
7+
DescriberTag: local-$TAG
8+
EOF
9+
10+
echo "Data has been appended to $file_path"

0 commit comments

Comments
 (0)