We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fec070 commit 1129885Copy full SHA for 1129885
‎.github/workflows/Action-Test.yml‎
@@ -134,9 +134,12 @@ jobs:
134
ActionTestOutputsOutcome: ${{ needs.ActionTestOutputs.outputs.Outcome }}
135
ActionTestOutputsConclusion: ${{ needs.ActionTestOutputs.outputs.Conclusion }}
136
steps:
137
+ - name: Checkout repo
138
+ uses: actions/checkout@v4
139
+
140
- name: Aggregated Status
141
uses: PSModule/Github-Script@v1
142
with:
143
Script: |
144
# Aggregated Status
- ${{ github.action_path }}/tests/Get-AggregatedStatus.ps1
145
+ tests/Get-AggregatedStatus.ps1
0 commit comments