This is an automated email from the ASF dual-hosted git repository.
arm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-asf-example.git
The following commit(s) were added to refs/heads/main by this push:
new db8bf10 Update project input in distribute-test workflow
db8bf10 is described below
commit db8bf10265a47b96cad8f4c994cef20fc9a419da
Author: Alastair McFarlane <[email protected]>
AuthorDate: Wed Jan 7 18:11:46 2026 +0000
Update project input in distribute-test workflow
---
.github/workflows/distribute-test.yml | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/distribute-test.yml
b/.github/workflows/distribute-test.yml
index 1bd2d1b..2e711b3 100644
--- a/.github/workflows/distribute-test.yml
+++ b/.github/workflows/distribute-test.yml
@@ -1,4 +1,4 @@
-# Licensed to the Apache Software Foundation (ASF) under one
+ # Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
@@ -30,6 +30,9 @@ on:
distribution-package:
description: 'Package/project name in ATR'
required: true
+ project:
+ description: 'Project in ATR to pull files from'
+ required: true
version:
description: 'Version in ATR to pull files from'
required: true
@@ -45,9 +48,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Distribute from ATR
- uses:
apache/tooling-actions/atr-distribute-test@da8b238137453a21eb3e93192b8aff73e9ce68e4
+ uses:
apache/tooling-actions/atr-distribute-test@ca6ed9e095c40db61c42a90db2599bb2fbc2319f
with:
platform: ${{ inputs.platform }}
distribution-package: ${{ inputs.distribution-package }}
version: ${{ inputs.version }}
+ project: ${{ inputs.project }}
distribution-version: ${{ inputs.distribution-version }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]