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 2d161c0 commit f40fe0dCopy full SHA for f40fe0d
.github/exporter.sh
@@ -2,7 +2,7 @@
2
3
set -euo pipefail
4
5
-URL="https://exporter.akerl.app/metric"
+URL="https://exporter.akerl.org/metric"
6
AUTH="Authorization: Bearer $EXPORTER_TOKEN"
7
if [[ "$JOB_STATUS" == "success" ]] ; then
8
VALUE=1
0 commit comments