Skip to content

Commit

Permalink
Prepare v1
Browse files Browse the repository at this point in the history
  • Loading branch information
swissspidy committed Nov 11, 2023
1 parent 6fa33b3 commit fd8082c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ See [action.yml](action.yml)

<!-- start usage -->
```yaml
- uses: swissspidy/wp-performance-action@main
- uses: swissspidy/wp-performance-action@v1
with:
# Personal access token (PAT) used to comment on pull requests.
#
Expand Down Expand Up @@ -122,7 +122,7 @@ steps:
uses: actions/checkout@v4
- name: Run performance tests
uses: swissspidy/wp-performance-action@main
uses: swissspidy/wp-performance-action@v1
with:
plugins: |
./my-awesome-plugin
Expand All @@ -139,7 +139,7 @@ steps:
uses: actions/checkout@v4
- name: Run performance tests
uses: swissspidy/wp-performance-action@main
uses: swissspidy/wp-performance-action@v1
with:
urls: |
/
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
- uses: actions/checkout@v4
- name: Run performance tests
uses: swissspidy/wp-performance-action@main
uses: swissspidy/wp-performance-action@v1
id: run-tests
with:
urls: |
Expand All @@ -185,7 +185,7 @@ jobs:
- uses: actions/checkout@v4
- name: Merge performance test results
uses: swissspidy/wp-performance-action@main
uses: swissspidy/wp-performance-action@v1
with:
action: 'merge'
```
Expand All @@ -203,7 +203,7 @@ steps:
uses: actions/checkout@v4
- name: Run performance tests
uses: swissspidy/wp-performance-action@main
uses: swissspidy/wp-performance-action@v1
id: performance-tests
with:
plugins: |
Expand Down

0 comments on commit fd8082c

Please sign in to comment.