Checklist
Describe your question
I would like to retain only the reports that are generated within 30 days of period and delete the folders of the gh-pages branch that are older than 30 days!
is there something that I can use keep_reports: 30 as in simple-elf/allure-report-action for peaceiris/actions-gh-pages action?
Relevant links
Public repository: NA
YAML config: NA
YAML workflow GHA Step:
- name: Publish reports
uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4
if: always()
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: src/report/
destination_dir: ${{ steps.destination-dir.outputs.report_directory }}
keep_files: true
Relevant log output
No response
Additional context.
No response
Checklist
Describe your question
I would like to retain only the reports that are generated within 30 days of period and delete the folders of the
gh-pagesbranch that are older than 30 days!is there something that I can use
keep_reports: 30as insimple-elf/allure-report-actionforpeaceiris/actions-gh-pagesaction?Relevant links
Public repository: NA YAML config: NA YAML workflow GHA Step: - name: Publish reports uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4 if: always() with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: src/report/ destination_dir: ${{ steps.destination-dir.outputs.report_directory }} keep_files: trueRelevant log output
No response
Additional context.
No response