We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea4a0cb commit 20d0aa1Copy full SHA for 20d0aa1
.github/workflows/build-photon.yml
@@ -26,7 +26,7 @@ on:
26
description: 'Photon JAR URL'
27
required: false
28
type: string
29
- default: 'https://github.com/entur/photon/releases/download/cpu-metrics/photon-0.7.0.jar'
+ default: 'https://github.com/entur/photon/releases/download/opensearch-metrics/photon-0.7.0.jar'
30
31
run-name: "Photon: ${{ inputs.build || 'Scheduled full import' }}${{ startsWith(inputs.build, '🚀') && format(' (tag: {0})', inputs.photon_image_tag) || '' }}"
32
0 commit comments