Skip to content

Commit

Permalink
squash! attempt to use local actions
Browse files Browse the repository at this point in the history
Merge branch 'master' into validate-actions
  • Loading branch information
geekosaur committed Dec 20, 2024
2 parents d2f7795 + fc186ef commit 32f70a0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,16 @@ jobs:
- run: ${{ needs.config.outputs.env }}
shell: bash

- uses: liudonghua123/delete-release-action@v1
with:
release_name: 'cabal-head'

- uses: actions/download-artifact@v4
with:
pattern: cabal-*
path: binaries
merge-multiple: true

- uses: actions/checkout@v4

- uses: ./.github/actions/validate-old
Expand Down

0 comments on commit 32f70a0

Please sign in to comment.