Skip to content

Commit 8612057

Browse files
authored
fix: move update-readme file generated location (#32)
* fix: move `update-readme` file generated location * wip
1 parent 73956d0 commit 8612057

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/update-readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@ jobs:
2828
node-version: "lts/*"
2929

3030
- name: Copy update-readme script from workflows repository
31-
run: curl --create-dirs -fsSL https://raw.githubusercontent.com/eslint/workflows/main/tools/update-readme.js -o tools/update-readme.js
31+
run: curl --create-dirs -fsSL https://raw.githubusercontent.com/eslint/workflows/main/tools/update-readme.js -o .shared-workflows/tools/update-readme.js
3232

3333
- name: Update README with latest sponsor data
34-
run: node tools/update-readme.js
34+
run: node .shared-workflows/tools/update-readme.js
3535

3636
- name: Setup Git
3737
run: |

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@
33
*.code-workspace
44
.cursor
55
.idea
6+
7+
# Automatically generated files by GitHub Actions workflow
8+
/.shared-workflows

0 commit comments

Comments
 (0)