-
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.
[#32] Update Oztechan/Global action to v1.0.4
Co-authored-by: Mustafa Ozhan <[email protected]>
- Loading branch information
1 parent
a0434b8
commit 6149809
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].3 | ||
uses: Oztechan/Global/actions/[email protected].4 | ||
|
||
- 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].3 | ||
uses: Oztechan/Global/.github/workflows/[email protected].4 | ||
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].3 | ||
uses: Oztechan/Global/.github/workflows/[email protected].4 | ||
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].3 | ||
uses: Oztechan/Global/actions/[email protected].4 | ||
|
||
- name: Publish | ||
run: ./gradlew publish | ||
|