Skip to content

Commit ab6682c

Browse files
authored
ci: Fix error in the workflow. (#2159)
1 parent 9bb1ff2 commit ab6682c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-external-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
2828
- name: Bump Expires
2929
if: steps.expiry.outputs.bump == 'true'
30-
run: sed -i "s/^Expires:.*/Expires: $(date -u -d '+180 days' +%Y-%m-%dT00:00:00Z)/I" .well-known/security.txt
30+
run: |
31+
sed -i "s/^Expires:.*/Expires: $(date -u -d '+180 days' +%Y-%m-%dT00:00:00Z)/I" .well-known/security.txt
3132
3233
- name: Create Pull Request
3334
if: steps.expiry.outputs.bump == 'true'

0 commit comments

Comments
 (0)