AAA-18065 remove APP_CONFIG_EXAMPLE_PROJECTS_HOST #20
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Cleanup caches for work branch | |
on: | |
pull_request: | |
types: | |
- closed | |
jobs: | |
cleanup: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Alfresco/alfresco-build-tools/.github/actions/gh-cache-cleanup-on-merge@a92164c3108e687354bb37ca9e0b03aa5fca1866 #3.9.0 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} |