-
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.07.25.13.21-8232e01
- Loading branch information
1 parent
6293dc6
commit 8192ea4
Showing
2 changed files
with
13 additions
and
13 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 |
---|---|---|
|
@@ -20,20 +20,20 @@ jobs: | |
steps: | ||
- id: setup-build-environment | ||
name: "Setup build environment" | ||
uses: sympower/sympower-composite-actions/[email protected].08.18.37-bfed936 | ||
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01 | ||
with: | ||
secrets: ${{ env.secrets }} | ||
- id: format-version | ||
name: "Format version" | ||
uses: sympower/sympower-composite-actions/[email protected].08.18.37-bfed936 | ||
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01 | ||
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].08.18.37-bfed936 | ||
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01 | ||
with: | ||
version: ${{ steps.format-version.outputs.version }} | ||
- id: upload-build-artifacts | ||
name: "Upload build artifacts" | ||
if: always() | ||
uses: sympower/sympower-composite-actions/[email protected].08.18.37-bfed936 | ||
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01 |
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 |
---|---|---|
|
@@ -24,28 +24,28 @@ jobs: | |
steps: | ||
- id: setup-build-environment | ||
name: "Setup build environment" | ||
uses: sympower/sympower-composite-actions/[email protected].08.18.37-bfed936 | ||
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01 | ||
with: | ||
secrets: ${{ env.secrets }} | ||
- id: format-version | ||
name: "Format version" | ||
uses: sympower/sympower-composite-actions/[email protected].08.18.37-bfed936 | ||
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01 | ||
with: | ||
style-as-release: ${{ env.IS_DEFAULT_BRANCH }} | ||
- id: run-tests | ||
name: "Run tests" | ||
uses: sympower/sympower-composite-actions/[email protected].08.18.37-bfed936 | ||
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01 | ||
- id: code-analysis | ||
name: "Code analysis" | ||
uses: sympower/sympower-composite-actions/[email protected].08.18.37-bfed936 | ||
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01 | ||
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].08.18.37-bfed936 | ||
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01 | ||
with: | ||
version: ${{ steps.format-version.outputs.version }} | ||
- run: echo "REPOSITORY_NAME=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV | ||
|
@@ -64,21 +64,21 @@ jobs: | |
- id: upload-schema | ||
name: "Upload schema" | ||
if: env.IS_DEFAULT_BRANCH == 'true' | ||
uses: sympower/sympower-composite-actions/[email protected].08.18.37-bfed936 | ||
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01 | ||
with: | ||
version: ${{ steps.format-version.outputs.version }} | ||
secrets: ${{ env.secrets }} | ||
gistID: ${{ inputs.gistID }} | ||
- id: upload-pacts | ||
name: "Upload pacts" | ||
if: env.IS_DEFAULT_BRANCH == 'true' | ||
uses: sympower/sympower-composite-actions/[email protected].08.18.37-bfed936 | ||
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01 | ||
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].08.18.37-bfed936 | ||
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01 | ||
with: | ||
secrets: ${{ env.secrets }} | ||
version: ${{ steps.format-version.outputs.version }} | ||
|
@@ -88,4 +88,4 @@ jobs: | |
- id: upload-build-artifacts | ||
name: "Upload build artifacts" | ||
if: always() | ||
uses: sympower/sympower-composite-actions/[email protected].08.18.37-bfed936 | ||
uses: sympower/sympower-composite-actions/[email protected].25.13.21-8232e01 |