From b7584a93ded1798b0e4a2966a41765506446543c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nico=20Wehm=C3=B6ller?= Date: Thu, 19 Sep 2024 13:27:25 +0200 Subject: [PATCH 1/6] test --- projects/alpha/data.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 projects/alpha/data.json diff --git a/projects/alpha/data.json b/projects/alpha/data.json new file mode 100644 index 0000000..ef4b89f --- /dev/null +++ b/projects/alpha/data.json @@ -0,0 +1,25 @@ +{ + "name": "Test Project", + "description": "Testdescr.", + "websites": [ + { + "url": "https://www.google.com", + "description": "Google Search" + }, + { + "url": "https://app.axieinfinity.com/", + "description": "Axie Marketplace" + } + ], + "contracts": [ + { + "address": "0x0000000000000000000000000000000000000000", + "label": "Burn Address", + "description": "Contract description." + } + ], + "categories": [ + "game", + "deFi" + ] +} \ No newline at end of file From f3480bfad13c870b76c4f9ec27294b812384316d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nico=20Wehm=C3=B6ller?= Date: Thu, 19 Sep 2024 13:30:20 +0200 Subject: [PATCH 2/6] test --- projects/alpha/data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/alpha/data.json b/projects/alpha/data.json index ef4b89f..b185024 100644 --- a/projects/alpha/data.json +++ b/projects/alpha/data.json @@ -11,7 +11,7 @@ "description": "Axie Marketplace" } ], - "contracts": [ + "contracts": [sdf { "address": "0x0000000000000000000000000000000000000000", "label": "Burn Address", From acafb8e0cc6a315946e19b42ef5634f777e11b88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nico=20Wehm=C3=B6ller?= Date: Thu, 19 Sep 2024 13:31:22 +0200 Subject: [PATCH 3/6] test --- projects/alpha/data.json | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/projects/alpha/data.json b/projects/alpha/data.json index b185024..cc8f6fb 100644 --- a/projects/alpha/data.json +++ b/projects/alpha/data.json @@ -1,25 +1 @@ -{ - "name": "Test Project", - "description": "Testdescr.", - "websites": [ - { - "url": "https://www.google.com", - "description": "Google Search" - }, - { - "url": "https://app.axieinfinity.com/", - "description": "Axie Marketplace" - } - ], - "contracts": [sdf - { - "address": "0x0000000000000000000000000000000000000000", - "label": "Burn Address", - "description": "Contract description." - } - ], - "categories": [ - "game", - "deFi" - ] -} \ No newline at end of file +kekw \ No newline at end of file From 4e9c083b669428cf84271bae68982ace91f1d0df Mon Sep 17 00:00:00 2001 From: wehmoen <6608103+wehmoen@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:34:16 +0200 Subject: [PATCH 4/6] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96ca48c..6891ae8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: repository: ${{ github.event.inputs.repository }} - name: "Run Automated Tests" - uses: wehmoen-dev/ronin-buddy@v1.1.0 + uses: wehmoen-dev/ronin-buddy@master with: github_token: ${{ secrets.GITHUB_TOKEN }} slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }} From c97ced1e3eb71b2fd06515a4c1a710b7cada11ff Mon Sep 17 00:00:00 2001 From: wehmoen <6608103+wehmoen@users.noreply.github.com> Date: Thu, 19 Sep 2024 13:35:21 +0200 Subject: [PATCH 5/6] Discard changes to .github/workflows/ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6891ae8..96ca48c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: repository: ${{ github.event.inputs.repository }} - name: "Run Automated Tests" - uses: wehmoen-dev/ronin-buddy@master + uses: wehmoen-dev/ronin-buddy@v1.1.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} slack_webhook_url: ${{ secrets.SLACK_WEBHOOK_URL }} From 6db20aca84b52aa8bb58132d03fb3ca70a32cc92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nico=20Wehm=C3=B6ller?= Date: Thu, 19 Sep 2024 13:37:03 +0200 Subject: [PATCH 6/6] trigger build