Skip to content

Commit 79c2d03

Browse files
committed
chore: bundle + format
1 parent f5b1b2b commit 79c2d03

File tree

4 files changed

+22
-13
lines changed

4 files changed

+22
-13
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
service-id: EjmDVbL0QMuemLJ2hSO6zw # Replace it with your own Service ID
3232
```
3333
34-
See a live example in a [repository](https://github.com/nermalcat69/Site/blob/main/.github/workflows/deploy.yml) which uses this action.
34+
See a live example in a
35+
[repository](https://github.com/nermalcat69/Site/blob/main/.github/workflows/deploy.yml)
36+
which uses this action.
3537
3638
## 🔑 Zerops Token Generation
3739

dist/index.js

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

dist/index.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.

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ import * as core from '@actions/core'
22
import * as exec from '@actions/exec'
33
import * as cache from '@actions/cache'
44

5-
const HELP_MESSAGE = '💡 Need help? Join our Discord community at https://discord.gg/zeropsio'
5+
const HELP_MESSAGE =
6+
'💡 Need help? Join our Discord community at https://discord.gg/zeropsio'
67

78
async function run() {
89
try {

0 commit comments

Comments
 (0)