Skip to content

Commit

Permalink
use tag
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-harvey committed Apr 24, 2024
1 parent 818e78f commit 37b2e03
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,8 @@ runs:
steps.run-command.outputs.start-time != '' &&
inputs.event-type == 'test'
continue-on-error: true
# TODO update ref
# unlike local composite actions, it seems that local Javascript actions require the full org/repo[/path]@ref reference
uses: Enterprise-CMCS/mac-fc-report-dso-event/.github/actions/report-dso-event@bharvey-refactor-action
uses: Enterprise-CMCS/mac-fc-report-dso-event/.github/actions/report-dso-event@v0.2.0
with:
# TODO add coverage
args: >
Expand All @@ -115,8 +114,7 @@ runs:
steps.run-command.outputs.start-time != '' &&
inputs.event-type == 'deploy'
continue-on-error: true
# TODO update ref
uses: Enterprise-CMCS/mac-fc-report-dso-event/.github/actions/report-dso-event@bharvey-refactor-action
uses: Enterprise-CMCS/mac-fc-report-dso-event/.github/actions/[email protected]
with:
args: >
-app "${{ inputs.app }}"
Expand Down

0 comments on commit 37b2e03

Please sign in to comment.