mirror of
https://github.com/expressjs/expressjs.com.git
synced 2026-02-22 03:51:33 +00:00
ci: Fix error in the workflow. (#2159)
This commit is contained in:
committed by
GitHub
parent
9bb1ff2109
commit
ab6682cd1e
3
.github/workflows/update-external-docs.yml
vendored
3
.github/workflows/update-external-docs.yml
vendored
@@ -27,7 +27,8 @@ jobs:
|
||||
|
||||
- name: Bump Expires
|
||||
if: steps.expiry.outputs.bump == 'true'
|
||||
run: sed -i "s/^Expires:.*/Expires: $(date -u -d '+180 days' +%Y-%m-%dT00:00:00Z)/I" .well-known/security.txt
|
||||
run: |
|
||||
sed -i "s/^Expires:.*/Expires: $(date -u -d '+180 days' +%Y-%m-%dT00:00:00Z)/I" .well-known/security.txt
|
||||
|
||||
- name: Create Pull Request
|
||||
if: steps.expiry.outputs.bump == 'true'
|
||||
|
||||
Reference in New Issue
Block a user