Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Delete domains directory #303

Delete domains directory

Delete domains directory #303

Workflow file for this run

name: Raw API
on:
push:
branches: [main]
paths:
- "domains/*"
- ".github/workflows/raw-api.yml"
workflow_dispatch:
concurrency:
group: ${{ github.ref }}-raw-api
cancel-in-progress: true
jobs:
update:
name: Update
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: free-domains/raw
path: raw
token: ${{ secrets.BOT }}
- uses: actions/setup-node@v4
with:
node-version: latest
- name: Update Data
run: node raw/scripts/update.js
- name: Commit
uses: cpina/github-action-push-to-another-repository@main
with:
source-directory: "raw"
destination-github-username: free-domains
destination-repository-name: raw
user-email: [email protected]
user-name: free-domains-bot
commit-message: "Update Data via free-domains/register"
env:
API_TOKEN_GITHUB: ${{ secrets.BOT }}