Skip to content

Commit

Permalink
update to workflow 3.2.0 which adds deploy verification
Browse files Browse the repository at this point in the history
  • Loading branch information
elrayle committed Oct 29, 2024
1 parent 958c55b commit fe2b96d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/app-build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: actions/[email protected]
with:
repository: 'clearlydefined/operations'
ref: 'v3.1.2'
ref: 'v3.2.0'
path: 'operations'
- name: Get version from package-lock.json
id: get_version
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
uses: actions/[email protected]
with:
repository: 'clearlydefined/operations'
ref: 'elr/verify-health'
ref: 'v3.2.0'
path: 'operations'
- name: Validate primary deploy
id: validate-primary
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
uses: actions/[email protected]
with:
repository: 'clearlydefined/operations'
ref: 'elr/verify-health'
ref: 'v3.2.0'
path: 'operations'
- name: Validate secondary deploy
id: validate-secondary
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/app-build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
uses: actions/[email protected]
with:
repository: 'clearlydefined/operations'
ref: 'v3.1.2'
ref: 'v3.2.0'
path: 'operations'
- name: Determine Image Name
id: determine-image-name
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/app-is-deployable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/[email protected]
with:
repository: 'clearlydefined/operations'
ref: 'v3.1.2'
ref: 'v3.2.0'
path: 'operations'
- id: confirm-dev
shell: bash
Expand All @@ -47,7 +47,7 @@ jobs:
uses: actions/[email protected]
with:
repository: 'clearlydefined/operations'
ref: 'v3.1.2'
ref: 'v3.2.0'
path: 'operations'

- name: Get organization ID
Expand Down

0 comments on commit fe2b96d

Please sign in to comment.