Skip to content

Commit

Permalink
fix(index): added empty commit function
Browse files Browse the repository at this point in the history
  • Loading branch information
aeswibon committed Mar 28, 2024
1 parent a38649b commit 3cb7cf2
Show file tree
Hide file tree
Showing 6 changed files with 39,963 additions and 16,166 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- name: Use Node 16
uses: actions/setup-node@v3
- uses: actions/checkout@v4
- name: Use Node 20
uses: actions/setup-node@v4
with:
node-version: 16
node-version: 20
- run: npm ci
- run: npm run format:check
- run: npm run build
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,14 @@ inputs:
description: "The file location to write changes to"
default: "README.md"
required: false
EMPTY_COMMIT_MSG:
description: "Commit message used when there are no updates"
default: ":memo: empty commit to keep workflow active after 60 days of no activity"
required: false
branding:
color: yellow
icon: activity

runs:
using: node16
using: node20
main: dist/index.js
Loading

0 comments on commit 3cb7cf2

Please sign in to comment.