Skip to content

Commit 9a3521e

Browse files
authored
Update README.md
1 parent c511b42 commit 9a3521e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This action triggers the deployment of a Laravel Forge site. It can optionally u
77
Add the following entry to your Github workflow YAML file with the required inputs:
88

99
```yaml
10-
uses: PropFuel/laravel-forge-deploy-action@v1.0.0
10+
uses: PropFuel/laravel-forge-deploy-action@v1.0.1
1111
with:
1212
forge-api-token: your-forge-api-token
1313
forge-server-id: your-forge-server-id
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- name: Deploy
52-
uses: PropFuel/laravel-forge-deploy-action@v1.0.0
52+
uses: PropFuel/laravel-forge-deploy-action@v1.0.1
5353
with:
5454
forge-api-token: ${{ secrets.FORGE_API_TOKEN }}
5555
forge-server-id: ${{ secrets.FORGE_SERVER_ID }}
@@ -87,7 +87,7 @@ jobs:
8787
echo "FOO=bar" >> .env
8888
8989
- name: Deploy
90-
uses: PropFuel/laravel-forge-deploy-action@v1.0.0
90+
uses: PropFuel/laravel-forge-deploy-action@v1.0.1
9191
with:
9292
forge-api-token: ${{ secrets.FORGE_API_TOKEN }}
9393
forge-server-id: ${{ matrix.serverId }}

0 commit comments

Comments
 (0)