Skip to content

Update imrbk123abc.is-cool.me #61

Update imrbk123abc.is-cool.me

Update imrbk123abc.is-cool.me #61

Workflow file for this run

name: Raw API
on:
push:
branches: [main]
paths:
- "domains/*"
- "domains/AorzoHosting/*"
- ".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: is-cool-me/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: is-cool-me
destination-repository-name: raw
user-email: bot1@lighthosting.eu.org
user-name: icme-bot
commit-message: "Update Data via is-cool-me/register"
env:
API_TOKEN_GITHUB: ${{ secrets.BOT }}