Skip to content

Commit

Permalink
Use correct .github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkurz committed Apr 10, 2022
1 parent f552aad commit 2c63a21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ concurrency:
jobs:
check-code-style:
name: Code Style
uses: ihostage/.github-play/.github/workflows/sbt.yml@sharable-actions
uses: playframework/.github/.github/workflows/sbt.yml@main
with:
cmd: sbt validateCode

check-binary-compatibility:
name: Binary Compatibility
uses: ihostage/.github-play/.github/workflows/binary-check.yml@sharable-actions
uses: playframework/.github/.github/workflows/binary-check.yml@main

check-docs:
name: Docs
uses: ihostage/.github-play/.github/workflows/sbt.yml@sharable-actions
uses: playframework/.github/.github/workflows/sbt.yml@main
with:
cmd: sbt docs/validateDocs

Expand All @@ -31,7 +31,7 @@ jobs:
- "check-code-style"
- "check-binary-compatibility"
- "check-docs"
uses: ihostage/.github-play/.github/workflows/sbt-matrix.yml@sharable-actions
uses: playframework/.github/.github/workflows/sbt-matrix.yml@main
with: # Should be sync with Mergify conditions (.mergify.yml)
java: >-
[ "11", "8" ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
publish-artifacts:
name: Publish / Artifacts
uses: ihostage/.github-play/.github/workflows/publish.yml@sharable-actions
uses: playframework/.github/.github/workflows/publish.yml@main
secrets:
username: ${{ secrets.SONATYPE_USERNAME }}
password: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down

0 comments on commit 2c63a21

Please sign in to comment.