-
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.
chore(deps): update sympower/sympower-composite-actions action to v20…
…24.08.21.11.57-d4cbce9
- Loading branch information
1 parent
c121aa9
commit 4736d16
Showing
2 changed files
with
14 additions
and
14 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 |
---|---|---|
|
@@ -26,20 +26,20 @@ jobs: | |
steps: | ||
- id: setup-build-environment | ||
name: "Setup build environment" | ||
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf | ||
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9 | ||
with: | ||
secrets: ${{ env.secrets }} | ||
- id: format-version | ||
name: "Format version" | ||
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf | ||
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9 | ||
with: | ||
style-as-release: ${{ env.IS_DEFAULT_BRANCH }} | ||
- id: build-and-upload-docker-image | ||
name: "Build and upload Docker Image" | ||
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf | ||
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9 | ||
with: | ||
version: ${{ steps.format-version.outputs.version }} | ||
- id: upload-build-artifacts | ||
name: "Upload build artifacts" | ||
if: always() | ||
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf | ||
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9 |
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 |
---|---|---|
|
@@ -29,28 +29,28 @@ jobs: | |
steps: | ||
- id: setup-build-environment | ||
name: "Setup build environment" | ||
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf | ||
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9 | ||
with: | ||
secrets: ${{ env.secrets }} | ||
- id: format-version | ||
name: "Format version" | ||
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf | ||
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9 | ||
with: | ||
style-as-release: ${{ env.IS_DEFAULT_BRANCH }} | ||
- id: run-tests | ||
name: "Run tests" | ||
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf | ||
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9 | ||
- id: code-analysis | ||
name: "Code analysis" | ||
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf | ||
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9 | ||
with: | ||
secrets: ${{ env.secrets }} | ||
|
||
### Steps run only in default branch ### | ||
- id: build-and-upload-docker-image | ||
name: "Build and upload Docker Image" | ||
if: env.IS_DEFAULT_BRANCH == 'true' | ||
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf | ||
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9 | ||
with: | ||
version: ${{ steps.format-version.outputs.version }} | ||
- run: echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV | ||
|
@@ -69,28 +69,28 @@ jobs: | |
- id: upload-avro-schema | ||
name: "Upload Avro schema" | ||
if: env.IS_DEFAULT_BRANCH == 'true' | ||
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf | ||
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9 | ||
with: | ||
version: ${{ steps.format-version.outputs.version }} | ||
secrets: ${{ env.secrets }} | ||
gistID: ${{ inputs.gistID }} | ||
- id: upload-openapi-schema | ||
name: "Upload OpenAPI schema" | ||
if: env.IS_DEFAULT_BRANCH == 'true' | ||
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf | ||
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9 | ||
with: | ||
version: ${{ steps.format-version.outputs.version }} | ||
secrets: ${{ env.secrets }} | ||
- id: upload-pacts | ||
name: "Upload pacts" | ||
if: env.IS_DEFAULT_BRANCH == 'true' | ||
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf | ||
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9 | ||
with: | ||
version: ${{ steps.format-version.outputs.version }} | ||
- id: deploy-staging | ||
name: "Deploy staging" | ||
if: env.IS_DEFAULT_BRANCH == 'true' | ||
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf | ||
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9 | ||
with: | ||
secrets: ${{ env.secrets }} | ||
version: ${{ steps.format-version.outputs.version }} | ||
|
@@ -100,4 +100,4 @@ jobs: | |
- id: upload-build-artifacts | ||
name: "Upload build artifacts" | ||
if: always() | ||
uses: sympower/sympower-composite-actions/[email protected].20.12.59-b5059cf | ||
uses: sympower/sympower-composite-actions/[email protected].21.11.57-d4cbce9 |