-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update kinsondigital/infrastructure action to v10.0.3
| datasource | package | from | to | | ----------- | ---------------------------- | ------- | ------- | | github-tags | KinsonDigital/Infrastructure | v10.0.1 | v10.0.3 |
- Loading branch information
1 parent
2dcde6b
commit 8bdbb93
Showing
5 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ on: | |
jobs: | ||
add_new_issue_to_project: | ||
name: Add New Issue | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].1 | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].3 | ||
with: | ||
org-name: "${{ vars.ORGANIZATION_NAME }}" | ||
org-project-name: "${{ vars.ORG_PROJECT_NAME }}" | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ on: | |
jobs: | ||
build_status_check: | ||
name: ${{ vars.PROJECT_NAME }} Build Status Check | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].1 | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].3 | ||
with: | ||
project-name: "${{ vars.PROJECT_NAME }}" | ||
build-config: Debug | ||
|
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 |
---|---|---|
|
@@ -74,7 +74,7 @@ jobs: | |
prepare_release: | ||
name: Prepare ${{ inputs.release-type }} Release Of ${{ vars.PROJECT_NAME }} | ||
needs: print_validate_workflow | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].1 | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].3 | ||
with: | ||
project-name: "${{ vars.PROJECT_NAME }}" | ||
release-type: "${{ inputs.release-type }}" | ||
|
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 |
---|---|---|
|
@@ -25,7 +25,7 @@ on: | |
jobs: | ||
run_release: | ||
name: Performing ${{ inputs.release-type }} Release of ${{ vars.PROJECT_NAME }} (${{ inputs.release-type == 'Production' && 'Release' || 'Debug' }}) | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].1 | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].3 | ||
with: | ||
project-name: "${{ vars.PROJECT_NAME}}" | ||
release-type: "${{ inputs.release-type }}" | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ on: | |
jobs: | ||
run_tests: | ||
name: ${{ vars.PROJECT_NAME }} Test Status Check | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].1 | ||
uses: KinsonDigital/Infrastructure/.github/workflows/[email protected].3 | ||
with: | ||
project-name: "${{ vars.PROJECT_NAME }}Tests" | ||
build-config: Debug | ||
|