Skip to content

Commit

Permalink
update cache command
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Dec 14, 2023
1 parent 5546780 commit abeb57f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
sudo rm -rf /usr/local/lib/android
sudo rm -rf /opt/ghc
# Manual run command (don't forget to export GITHUB_TOKEN
# container-discovery update-counts --namespace quay.io/biocontainers --root . --repo-letter-prefix /tmp/biocontainers
- name: Update Cache Action
uses: singularityhub/container-executable-discovery@main
with:
Expand All @@ -38,4 +40,3 @@ jobs:
listing: /tmp/biocontainers.txt
namespace: quay.io/biocontainers
dry_run: ${{ github.event_name == 'pull_request' }}

0 comments on commit abeb57f

Please sign in to comment.