This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 2e79bb60 Ensure redirect works
2e79bb60 is described below
commit 2e79bb60526b54eecf8c616b84fd834ba6c1c511
Author: Sebb <[email protected]>
AuthorDate: Fri Jan 6 21:31:45 2023 +0000
Ensure redirect works
---
.github/workflows/unittestagenda.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/unittestagenda.yml
b/.github/workflows/unittestagenda.yml
index aa8d0063..b48af660 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -38,8 +38,8 @@ jobs:
pwd
ls -ld /srv
id
- sudo echo "\n\n" >/srv/ldap.txt
- ls -l srv
+ sudo bash -c 'echo "\n\n" >/srv/ldap.txt'
+ ls -l /srv
# - uses: actions/setup-node@v2
# with:
# node-version: '14.19.1'