This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/attic.git
The following commit(s) were added to refs/heads/main by this push:
new 43c4d3f Needs subversion [skip ci]
43c4d3f is described below
commit 43c4d3f37b66fdcb697b888c4ece37af2b7116ff
Author: Sebb <[email protected]>
AuthorDate: Thu May 1 13:29:31 2025 +0100
Needs subversion [skip ci]
---
.github/workflows/retire.yml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/workflows/retire.yml b/.github/workflows/retire.yml
index 1f09d9c..51dfed0 100644
--- a/.github/workflows/retire.yml
+++ b/.github/workflows/retire.yml
@@ -37,6 +37,10 @@ jobs:
create-pull-request:
runs-on: ubuntu-latest
steps:
+ - name: Install svn package (not included by default)
+ run: |
+ sudo apt-get update
+ sudo apt-get install subversion
- uses: actions/checkout@v3
with:
token: ${{ secrets.GITHUB_TOKEN }}