mirror of
https://github.com/tiennm99/is-a-dev.git
synced 2026-08-23 18:25:20 +00:00
Merge branch 'main' into main
This commit is contained in:
@@ -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
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "agnesmonret",
|
||||
"email": "agnesmoret@proton.me",
|
||||
"discord": "694917200720429066"
|
||||
},
|
||||
|
||||
"record": {
|
||||
"CNAME": "agnesmonret.github.io"
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "superhorsy",
|
||||
"email": "adamuk.kirill@gmail.com"
|
||||
},
|
||||
"record": {
|
||||
"CNAME": "superhorsy.github.io"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"owner": {
|
||||
"username": "SukiPlayz",
|
||||
"email": "sukimayoo@outlook.com"
|
||||
},
|
||||
"record": {
|
||||
"A": ["69.30.249.53"]
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user