We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a754832 commit c91f5a0Copy full SHA for c91f5a0
1 file changed
.github/workflows/trunk-release-tag.yml
@@ -15,6 +15,9 @@ jobs:
15
- name: Checkout source
16
uses: actions/checkout@v3
17
18
+ - name: Install Subversion
19
+ run: sudo apt-get install subversion
20
+
21
- name: Set up PHP
22
uses: shivammathur/setup-php@v2
23
with:
0 commit comments