Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to v2 in README #22

Merged
merged 1 commit into from
May 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ This workflow is used for publishing snapshots artifacts to [Sonatype Snapshots]
**How to use**:

```yaml
uses: playframework/.github/.github/workflows/publish.yml@v1
uses: playframework/.github/.github/workflows/publish.yml@v2
secrets:
username: ${{ secrets.SONATYPE_USERNAME }}
password: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down Expand Up @@ -123,7 +123,7 @@ This workflow is used for validate binary compatibility the current version.
**How to use**:

```yaml
uses: playframework/.github/.github/workflows/binary-check.yml@v1
uses: playframework/.github/.github/workflows/binary-check.yml@v2
```

### Mark Pull Request as Ready To Merge
Expand All @@ -146,7 +146,7 @@ needs: # Should be latest
- "check-code-style"
- "..."
- "tests"
uses: playframework/.github/.github/workflows/rtm.yml@v1
uses: playframework/.github/.github/workflows/rtm.yml@v2
```

### Clear Cache
Expand All @@ -165,7 +165,7 @@ This workflow is used for clearing cache. Run this workflow manually from _Actio
**How to use**:

```yaml
uses: playframework/.github/.github/workflows/trigger-cache-invalidation.yml@v1
uses: playframework/.github/.github/workflows/trigger-cache-invalidation.yml@v2
```

## GitHub Actions Starter workflows
Expand Down