-
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.
- Loading branch information
1 parent
c6c92b2
commit 8a36820
Showing
1 changed file
with
7 additions
and
7 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 |
---|---|---|
|
@@ -39,7 +39,7 @@ runs: | |
steps: | ||
- name: Run command | ||
id: run-command | ||
uses: Enterprise-CMCS/mac-fc-report-dso-event/.github/actions/[email protected].0 | ||
uses: Enterprise-CMCS/mac-fc-report-dso-event/.github/actions/[email protected].1 | ||
with: | ||
command: ${{ inputs.command }} | ||
|
||
|
@@ -58,7 +58,7 @@ runs: | |
|
||
- name: Warn on failure | ||
if: ${{ !cancelled() && steps.get-oidc-creds.outcome == 'failure' }} | ||
uses: Enterprise-CMCS/mac-fc-report-dso-event/.github/actions/[email protected].0 | ||
uses: Enterprise-CMCS/mac-fc-report-dso-event/.github/actions/[email protected].1 | ||
with: | ||
message: 'Failed to get OIDC credentials when reporting DSO Metrics. Please investigate the failure.' | ||
|
||
|
@@ -79,7 +79,7 @@ runs: | |
|
||
- name: Warn on failure | ||
if: ${{ !cancelled() && steps.assume-dso-role.outcome == 'failure' }} | ||
uses: Enterprise-CMCS/mac-fc-report-dso-event/.github/actions/[email protected].0 | ||
uses: Enterprise-CMCS/mac-fc-report-dso-event/.github/actions/[email protected].1 | ||
with: | ||
message: 'Failed to assume DSO metrics cross-account role when reporting DSO Metrics. Please investigate the failure.' | ||
|
||
|
@@ -91,7 +91,7 @@ runs: | |
steps.assume-dso-role.outcome == 'success' && | ||
inputs.event-type == 'test' | ||
continue-on-error: true | ||
uses: Enterprise-CMCS/mac-fc-report-dso-event/.github/actions/[email protected].0 | ||
uses: Enterprise-CMCS/mac-fc-report-dso-event/.github/actions/[email protected].1 | ||
with: | ||
# TODO add coverage | ||
args: > | ||
|
@@ -106,7 +106,7 @@ runs: | |
|
||
- name: Warn on failure | ||
if: ${{ !cancelled() && steps.report-test-metrics.outcome == 'failure' }} | ||
uses: Enterprise-CMCS/mac-fc-report-dso-event/.github/actions/[email protected].0 | ||
uses: Enterprise-CMCS/mac-fc-report-dso-event/.github/actions/[email protected].1 | ||
with: | ||
message: 'Failed to report test event metrics to the DSO Metrics API. Please investigate the failure.' | ||
|
||
|
@@ -118,7 +118,7 @@ runs: | |
steps.assume-dso-role.outcome == 'success' && | ||
inputs.event-type == 'deploy' | ||
continue-on-error: true | ||
uses: Enterprise-CMCS/mac-fc-report-dso-event/.github/actions/[email protected].0 | ||
uses: Enterprise-CMCS/mac-fc-report-dso-event/.github/actions/[email protected].1 | ||
with: | ||
args: > | ||
-app "${{ inputs.app }}" | ||
|
@@ -132,6 +132,6 @@ runs: | |
|
||
- name: Warn on failure | ||
if: ${{ !cancelled() && steps.report-deploy-metrics.outcome == 'failure' }} | ||
uses: Enterprise-CMCS/mac-fc-report-dso-event/.github/actions/[email protected].0 | ||
uses: Enterprise-CMCS/mac-fc-report-dso-event/.github/actions/[email protected].1 | ||
with: | ||
message: 'Failed to report deploy event metrics to the DSO Metrics API. Please investigate the failure.' |