Skip to content

Commit

Permalink
Try this new approach
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Oct 12, 2023
1 parent 7d312d4 commit 93e8bc8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/actions/dump-disk-info/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,12 @@ inputs:
description: "Platform name"
required: true
runs:
main: ./scripts/dump_disk_info.sh
post: ./scripts/dump_disk_info.sh
using: "composite"
steps:
- name: Collect disk info
uses: pyTooling/Actions/with-post-step@v0.4.5
with:
main: |-
exec ./scripts/dump_disk_info.sh
post: |-
exec ./scripts/dump_disk_info.sh

0 comments on commit 93e8bc8

Please sign in to comment.