This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-actions.git
The following commit(s) were added to refs/heads/main by this push:
new 42241ce Remove the ASF UID parameter from the upload-to-ATR
documentation
42241ce is described below
commit 42241ce1dbb6ee60eb33d1affc5fd11532e8a6fa
Author: Sean B. Palmer <[email protected]>
AuthorDate: Mon Dec 29 14:38:19 2025 +0000
Remove the ASF UID parameter from the upload-to-ATR documentation
---
upload-to-atr/README.md | 2 --
1 file changed, 2 deletions(-)
diff --git a/upload-to-atr/README.md b/upload-to-atr/README.md
index 357a328..b983efb 100644
--- a/upload-to-atr/README.md
+++ b/upload-to-atr/README.md
@@ -10,7 +10,6 @@ Status: EXPERIMENTAL
## Inputs
-- **asf-uid (required)**: Your ASF UID used for SSH login.
- **project (required)**: Project name segment in the remote path.
- **version (required)**: Version segment in the remote path.
- **src**: Local directory to upload. Default: `dist`. A trailing slash will
be added automatically if omitted.
@@ -43,7 +42,6 @@ jobs:
- name: Upload to ATR
uses: apache/tooling-actions/upload-to-atr@<COMMIT>
with:
- asf-uid: username
project: example
version: ${{ github.ref_name }}
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]