CI: Fix GitHub Actions JSON runtime error in scheduled workflow

Later conditional uses fromJSON expression which requires valid
references. If this step is skipped, the used reference will be invalid
(as the step has never run) and the entire expression will fail.
This commit is contained in:
PatTheMav
2023-08-28 14:10:03 +02:00
parent abb2da99a8
commit d51f32bfb6
-1
View File
@@ -115,7 +115,6 @@ jobs:
- name: Check for Changed Files ✅
uses: ./.github/actions/check-changes
if: fromJSON(steps.nightly-checks.outputs.passed)
id: checks
with:
baseRef: ${{ steps.nightly-checks.outputs.lastNightly }}