Skip to content

Build readme file #25181

Build readme file

Build readme file #25181

Workflow file for this run

name: Build readme file
on:
workflow_dispatch:
schedule:
- cron: '0 * * * *' # Every hour
jobs:
Build:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [20.x]
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 1
- name: Use Node.js (dependency)
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
- name: Completion Table
run: node updateCompletionTable.js;
- name: Check for modified files
id: git-check
run: echo modified=$(if git diff-index --quiet HEAD --; then echo "false"; else echo "true"; fi) >> $GITHUB_OUTPUT
- name: Push
if: steps.git-check.outputs.modified == 'true'
run: |
git config --global user.email "71089234+Ahmad-A0@users.noreply.github.com"
git config --global user.name "Bot-A0"
git add .
git commit -am "πŸ“œ Update README table (πŸ› οΈ from Github Actions)" || true
git push || git pull --rebase && git push
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy