Skip to content

Commit a676eb9

Browse files
Fix missing files (#18)
* Fix missing files * set `lockfile-version` (for reproducibility) * Update version referenced in the docs * Bump `@actions/core` to fix set-output warnings Co-authored-by: Eric Cornelissen <[email protected]>
1 parent babc8c5 commit a676eb9

29 files changed

+889
-353
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
!node_modules

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lockfile-version=3

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ The body of the git-message, i.e. everything but the first line
2727
Without SHA:
2828

2929
```yaml
30-
uses: kceb/git-message-action@v2
30+
uses: kceb/git-message-action@v3
3131
```
3232
3333
With specified SHA:
3434
3535
```yaml
36-
uses: kceb/git-message-action@v2
36+
uses: kceb/git-message-action@v3
3737
with:
3838
sha: '2905893ab6e5f2644201c2abc04e3d83bf317d9b'
3939
```

node_modules/.package-lock.json

Lines changed: 71 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/README.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/core.d.ts

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/core.js

Lines changed: 17 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/core.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node_modules/@actions/core/lib/file-command.d.ts

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)