Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
Removed build instructions from README.md
Browse files Browse the repository at this point in the history
Contents of README.md are displayed on the marketplace where it doesn't make sense to talk about builds.
  • Loading branch information
stefan-stanescu-maersk committed Oct 13, 2022
1 parent c07a060 commit 78b5af7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
12 changes: 1 addition & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
```
steps:
- name: Delete workflow runs
uses: MajorScruffy/delete-old-workflow-runs@v0.1.0
uses: MajorScruffy/delete-old-workflow-runs@v0.2.0
with:
repository: MajorScruffy/delete-old-workflow-runs # replace this with your own repository
older-than-seconds: 86400 # remove all workflow runs older than 1 day
Expand Down Expand Up @@ -49,13 +49,3 @@ Delete only the workflow runs with the give status. Can be one of queued, in_pro

### `what-if`
Set to true to preview the changes made by this action without deleting any workflow runs. Defaults to false.

## Build

Before pushing and tagging follow these steps:

1. Install `vercel/ncc` by running this command in your terminal. `npm i -g @vercel/ncc`

2. Compile your `index.js` file. `ncc build index.js --license licenses.txt`

More more information, go [here](https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action#commit-tag-and-push-your-action-to-github)
9 changes: 9 additions & 0 deletions how-to-build.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Build

Before pushing and tagging follow these steps:

1. Install `vercel/ncc` by running this command in your terminal. `npm i -g @vercel/ncc`

2. Compile your `index.js` file. `ncc build index.js --license licenses.txt`

More more information, go [here](https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action#commit-tag-and-push-your-action-to-github)

0 comments on commit 78b5af7

Please sign in to comment.