-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mustafa Ozhan <[email protected]>
- Loading branch information
1 parent
d199b2d
commit 484c3ec
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
|
||
steps: | ||
- name: Setup Gradle Repo | ||
uses: Oztechan/Global/actions/[email protected].5 | ||
uses: Oztechan/Global/actions/[email protected].6 | ||
|
||
- name: Gradle Build | ||
run: ./gradlew build koverXmlReport --parallel | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ on: | |
|
||
jobs: | ||
ProjectAutomations: | ||
uses: Oztechan/Global/.github/workflows/[email protected].5 | ||
uses: Oztechan/Global/.github/workflows/[email protected].6 | ||
with: | ||
project_id: 1 | ||
secrets: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ on: | |
jobs: | ||
|
||
PublishRelease: | ||
uses: Oztechan/Global/.github/workflows/[email protected].5 | ||
uses: Oztechan/Global/.github/workflows/[email protected].6 | ||
with: | ||
slack_channel: "submob" | ||
secrets: inherit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
|
||
steps: | ||
- name: Setup Gradle Repo | ||
uses: Oztechan/Global/actions/[email protected].5 | ||
uses: Oztechan/Global/actions/[email protected].6 | ||
|
||
- name: Publish | ||
run: ./gradlew publish | ||
|