Skip to content

Commit

Permalink
fix: clenaup action
Browse files Browse the repository at this point in the history
  • Loading branch information
jooooscha committed Mar 31, 2024
1 parent e58b46d commit 8cb58db
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/actions/cleanup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ name: Remove blacklisted entries from manifest.txt
runs:
using: 'composite'
steps:
- name: Cleanup manifest
shell: bash
run: |
sort -o ./manifest.txt ./manifest.txt
sort -o ./blacklist.txt ./blacklist.txt
# remove all files that are in my blacklist
echo "$(comm -23 ./manifest.txt ./blacklist.txt)" > ./manifest.txt
- uses: cachix/install-nix-action@v26
with:
github_access_token: ${{ github.token }}
Expand Down

0 comments on commit 8cb58db

Please sign in to comment.