Skip to content

Commit

Permalink
configlet-ci: use track's fetch-configlet script
Browse files Browse the repository at this point in the history
Refs: #101
Closes: #103
  • Loading branch information
ee7 committed Jan 6, 2023
1 parent 682a82e commit 5f681d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
8 changes: 2 additions & 6 deletions configlet-ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@ author: 'Sascha Mann'
branding:
icon: 'download'
color: 'purple'

runs:
using: "composite"
steps:
- run: mkdir -p bin/
shell: bash
- run: ${{ github.action_path }}/fetch-configlet
shell: bash
- run: chmod +x bin/configlet
- run: bin/fetch-configlet
shell: bash
- run: echo "$PWD/bin" >> $GITHUB_PATH
shell: bash
Expand Down
21 changes: 0 additions & 21 deletions configlet-ci/fetch-configlet

This file was deleted.

0 comments on commit 5f681d4

Please sign in to comment.