Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-harvey committed Apr 25, 2024
1 parent c6c92b2 commit 8a36820
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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.'

Expand All @@ -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.'

Expand All @@ -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: >
Expand All @@ -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.'

Expand All @@ -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 }}"
Expand All @@ -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.'

0 comments on commit 8a36820

Please sign in to comment.