Skip to content

Commit f3ac03f

Browse files
authored
Update README.md
1 parent 15b5dad commit f3ac03f

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

README.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,9 @@
22

33
This Action wraps the [Serverless Framework](https://serverless.com) to enable common Serverless commands.
44

5-
## This project is looking for maintainers!
6-
7-
If you would like to be a maintainer of this project, please reach out to one of the active [Serverless organization](https://github.com/serverless) members to express your interest.
8-
9-
Welcome, and thanks in advance for your help!
10-
115
## Usage
126

13-
An example workflow to deploy a project with serverless v3:
7+
An example workflow to deploy a project with the Serverless Framework:
148

159

1610
```yaml
@@ -61,15 +55,15 @@ jobs:
6155
### Minimal example
6256
```yaml
6357
- name: Deploy
64-
uses: serverless/github-action@v4.0
58+
uses: ryanlawson/serverless-github-action@v1.0
6559
with:
6660
args: deploy
6761
```
6862
6963
### Use local credentials
7064
```yaml
7165
- name: Deploy with local credentials
72-
uses: serverless/github-action@v4.0
66+
uses: ryanlawson/serverless-github-action@v1.0
7367
with:
7468
aws-credentials: true # or yes
7569
args: deploy
@@ -81,7 +75,7 @@ jobs:
8175
### Install packages and deploy
8276
```yaml
8377
- name: Install packages and deploy
84-
uses: serverless/github-action@v4.0
78+
uses: ryanlawson/serverless-github-action@v1.0
8579
with:
8680
install-packages: serverless-offline serverless-prune-plugin
8781
args: deploy
@@ -90,7 +84,7 @@ jobs:
9084
### Use a particular Serverless Framework CLI version
9185
```yaml
9286
- name: Deploy using a particular version of serverless
93-
uses: serverless/github-action@v4.0
87+
uses: ryanlawson/serverless-github-action@v1.0
9488
with:
9589
serverless-version: 2
9690
args: deploy
@@ -99,18 +93,12 @@ jobs:
9993
### Change your working directory
10094
```yaml
10195
- name: Deploy from a particular working directory
102-
uses: serverless/github-action@v4.0
96+
uses: ryanlawson/serverless-github-action@v1.0
10397
with:
10498
working-directory: ./foo
10599
args: deploy
106100
```
107101
108-
## Use a previous version
109-
Change the action with `@{version}`, for example:
110-
```yaml
111-
uses: serverless/[email protected]
112-
```
113-
114102
## License
115103
116104
The Dockerfile and associated scripts and documentation in this project are released under the Apache-2 license.

0 commit comments

Comments
 (0)