Skip to content

Commit

Permalink
Remove unused action input
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Jul 21, 2024
1 parent ee3ad18 commit 8eb4b67
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ runs:
wget -q https://github.com/Kleidukos/print-api/releases/download/v${{ inputs.version }}/print-api-${{ inputs.version }}-Linux-static-x86_64.tar.gz
tar -xzvf print-api-${{ inputs.version}}-Linux-static-x86_64.tar.gz
chmod +x print-api
cabal install -j ${{ inputs.package-name }}
./print-api --package-name ${{ inputs.package-name }} --package-db=${{ inputs.package-database }} > actual-interface.txt
./print-api --package-name ${{ inputs.package-name }} > actual-interface.txt
diff ${{ inputs.expected-interface }} actual-interface.txt
else
echo "GHC version not supported, not running."
Expand Down

0 comments on commit 8eb4b67

Please sign in to comment.