We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 457c722 commit 4db0888Copy full SHA for 4db0888
1 file changed
.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