Skip to content

Commit a049a45

Browse files
committed
syncing from "puppetlabs/support_workflows"
1 parent f76de04 commit a049a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/pe_latest_testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Set latest release
6161
id: latest_release
6262
run: |
63-
out=$(jq -c '[.[] | select(.lts == false)][0].latest | {"collection": [.]}' <<<'${{ steps.curl_forge.outputs.forge_response }}')
63+
out=$(jq -c '[.[] | select(.release == "2019.8.x")][0].latest | {"collection": [.]}' <<<'${{ steps.curl_forge.outputs.forge_response }}')
6464
echo "::set-output name=latest::$out"
6565
6666
- name: Setup Acceptance Test Matrix

0 commit comments

Comments
 (0)