@@ -150,28 +150,28 @@ jobs:
150150 source upstream.conf
151151
152152 cat > ../build/provenance.json << EOF
153- {
154- "$SOURCE" : {
155- "version": "${{ steps.changelog.outputs.version }}",
153+ {
154+ "$SOURCE" : {
155+ "version": "${{ steps.changelog.outputs.version }}",
156156
157- "src_type": "prebuilt-binary",
158- "src_artifactory": "$ARTIFACTORY",
159- "src_tag": "$TAG",
160- "src_distro": "$DISTRO",
161- "src_package_name": "$PACKAGE_NAME",
157+ "src_type": "prebuilt-binary",
158+ "src_artifactory": "$ARTIFACTORY",
159+ "src_tag": "$TAG",
160+ "src_distro": "$DISTRO",
161+ "src_package_name": "$PACKAGE_NAME",
162162
163- "pkg_repo": "${{ github.repository }}",
164- "pkg_repo_tag": "$PACKAGE_REPO_TAG",
165- "pkg_repo_commit": "$(git rev-parse HEAD)",
163+ "pkg_repo": "${{ github.repository }}",
164+ "pkg_repo_tag": "$PACKAGE_REPO_TAG",
165+ "pkg_repo_commit": "$(git rev-parse HEAD)",
166166
167- "packages": $MAIN_PKGS_JSON,
168- "dev-packages": $DEV_PKGS_JSON,
167+ "packages": $MAIN_PKGS_JSON,
168+ "dev-packages": $DEV_PKGS_JSON,
169169
170- "build_timestamp": "$(date -u +"%Y-%m-%dT%H:%M:%SZ")",
171- "workflow_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}-${{ github.run_attempt }}"
170+ "build_timestamp": "$(date -u +"%Y-%m-%dT%H:%M:%SZ")",
171+ "workflow_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}-${{ github.run_attempt }}"
172+ }
172173 }
173- }
174- EOF
174+ EOF
175175
176176 else
177177 # ── Source package ───────────────────────────────────────────────────────
@@ -193,28 +193,28 @@ jobs:
193193 #pkg_repo_upstream_tag : The upstream/* tag in the packaging repository that was used for this release (e.g. upstream/v1.2.3).
194194
195195 cat > ../build/provenance.json << EOF
196- {
197- "$SOURCE" : {
198- "version": "${{ steps.changelog.outputs.version }}",
196+ {
197+ "$SOURCE" : {
198+ "version": "${{ steps.changelog.outputs.version }}",
199199
200- "src_type": "source",
201- "src_repo": "${{vars.UPSTREAM_REPO_GITHUB_NAME}}",
202- "src_repo_tag": "$NEAREST_UPSTREAM_TAG",
203- "src_repo_commit": "$NEAREST_UPSTREAM_COMMIT",
200+ "src_type": "source",
201+ "src_repo": "${{vars.UPSTREAM_REPO_GITHUB_NAME}}",
202+ "src_repo_tag": "$NEAREST_UPSTREAM_TAG",
203+ "src_repo_commit": "$NEAREST_UPSTREAM_COMMIT",
204204
205- "pkg_repo": "${{ github.repository }}",
206- "pkg_repo_tag": "$PACKAGE_REPO_TAG",
207- "pkg_repo_commit": "$(git rev-parse HEAD)",
208- "pkg_repo_upstream_tag": "$NEAREST_UPSTREAM_BRANCH_TAG",
205+ "pkg_repo": "${{ github.repository }}",
206+ "pkg_repo_tag": "$PACKAGE_REPO_TAG",
207+ "pkg_repo_commit": "$(git rev-parse HEAD)",
208+ "pkg_repo_upstream_tag": "$NEAREST_UPSTREAM_BRANCH_TAG",
209209
210- "packages": $MAIN_PKGS_JSON,
211- "dev-packages": $DEV_PKGS_JSON,
210+ "packages": $MAIN_PKGS_JSON,
211+ "dev-packages": $DEV_PKGS_JSON,
212212
213- "build_timestamp": "$(date -u +"%Y-%m-%dT%H:%M:%SZ")",
214- "workflow_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}-${{ github.run_attempt }}"
213+ "build_timestamp": "$(date -u +"%Y-%m-%dT%H:%M:%SZ")",
214+ "workflow_url": "https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}-${{ github.run_attempt }}"
215+ }
215216 }
216- }
217- EOF
217+ EOF
218218
219219 fi
220220
0 commit comments