We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf3b5d commit 7276738Copy full SHA for 7276738
platform/constants/manifest.yaml
@@ -1 +1,2 @@
1
-IntegrationType: github_account
+IntegrationType: github_account
2
+DescriberURL: ghcr.io/opengovern/og-describer-github
platform/constants/update-manifest.sh
@@ -0,0 +1,10 @@
+#!/bin/bash
+
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