We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c4524f commit 4efee0cCopy full SHA for 4efee0c
.github/workflows/build.yaml
@@ -70,7 +70,7 @@ jobs:
70
name: "verify-reproducibility (${{ needs.deploy-release.result == 'success' && needs.deploy-release.outputs.project-version || needs.deploy-snapshot.outputs.project-version }})"
71
uses: apache/logging-parent/.github/workflows/verify-reproducibility-reusable.yaml@rel/12.0.0
72
with:
73
- nexus-url: ${{ needs.deploy-release.result == 'success' && needs.deploy-release.outputs.nexus-url || needs.deploy-snapshot.outputs.nexus-url }}
+ nexus-url: ${{ needs.deploy-release.result == 'success' && needs.deploy-release.outputs.nexus-url || 'https://repository.apache.org/content/groups/snapshots' }}
74
# Encode the `runs-on` input as JSON array
75
runs-on: '["ubuntu-latest", "macos-latest", "windows-latest"]'
76
0 commit comments