Merge branch 'main' into main

This commit is contained in:
DIBSTER
2024-01-27 18:17:53 -05:00
committed by GitHub
7 changed files with 59 additions and 51 deletions
-39
View File
@@ -1,39 +0,0 @@
name: GitHub ID
on:
push:
paths:
- "domains/*.json"
jobs:
update:
name: Update
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.head_ref }}
- name: Get changed files
id: files
uses: jitterbit/get-changed-files@v1
with:
format: "space-delimited"
- name: Run script
uses: is-a-dev/github-id-script@v1.0.2
with:
files: ${{ steps.files.outputs.all }}
token: ${{ secrets.GITHUB_TOKEN }}
- name: Commit
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_user_name: "GitHub Actions"
commit_user_email: "actions@github.com"
commit_message: "chore: add github user id"
skip_checkout: true
+12
View File
@@ -0,0 +1,12 @@
{
"owner": {
"username": "agnesmonret",
"email": "agnesmoret@proton.me",
"discord": "694917200720429066"
},
"record": {
"CNAME": "agnesmonret.github.io"
}
}
+1 -1
View File
@@ -4,7 +4,7 @@
"email": "almazgamer228@gmail.com"
},
"record": {
"A": ["109.71.252.37"],
"A": ["45.11.229.211"],
"MX": ["mail.is-a.dev"],
"TXT": "v=spf1 mx a:mail.is-a.dev ~all"
}
+12 -11
View File
@@ -1,12 +1,13 @@
{
"owner": {
"username": "AlmaziikDev",
"email": "almazgamer228@gmail.com",
"discord": "718458417232085104"
},
"record": {
"A": ["109.71.252.37"]
}
}
"owner": {
"username": "AlmaziikDev",
"email": "almazgamer228@gmail.com",
"discord": "718458417232085104",
"github_id": 132609906
},
"record": {
"A": [
"45.11.229.211"
]
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "superhorsy",
"email": "adamuk.kirill@gmail.com"
},
"record": {
"CNAME": "superhorsy.github.io"
}
}
+9
View File
@@ -0,0 +1,9 @@
{
"owner": {
"username": "SukiPlayz",
"email": "sukimayoo@outlook.com"
},
"record": {
"A": ["69.30.249.53"]
}
}
+16
View File
@@ -0,0 +1,16 @@
{
"owner": {
"username": "KennySB-dev",
"email": "kennybugeja@gmail.com",
"discord": "kenny.sb",
"github_id": 75525014
},
"record": {
"A": [
"185.199.108.153",
"185.199.109.153",
"185.199.110.153",
"185.199.111.153"
]
}
}