Switch haproxy to all changelogs

This commit is contained in:
Nemo
2022-05-24 18:09:14 +05:30
parent dd4d932fc7
commit 869a866e7e
3 changed files with 132 additions and 19 deletions

View File

@@ -23,7 +23,8 @@ jobs:
with:
path: ~/.cache
# The cache is reset on the first build of every week this way.
key: "${{ steps.current-time.outputs.formattedTime }}"
# Change the -1 part if you need to force reset the cache
key: "${{ steps.current-time.outputs.formattedTime }}-1"
- uses: actions/checkout@v3
name: Clone self repository
with: