Skip to content

Commit 1129885

Browse files
🩹 [Patch]: Update Action-Test workflow to include repo checkout step and simplify script path
1 parent 0fec070 commit 1129885

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎.github/workflows/Action-Test.yml‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,12 @@ jobs:
134134
ActionTestOutputsOutcome: ${{ needs.ActionTestOutputs.outputs.Outcome }}
135135
ActionTestOutputsConclusion: ${{ needs.ActionTestOutputs.outputs.Conclusion }}
136136
steps:
137+
- name: Checkout repo
138+
uses: actions/checkout@v4
139+
137140
- name: Aggregated Status
138141
uses: PSModule/Github-Script@v1
139142
with:
140143
Script: |
141144
# Aggregated Status
142-
${{ github.action_path }}/tests/Get-AggregatedStatus.ps1
145+
tests/Get-AggregatedStatus.ps1

0 commit comments

Comments
 (0)