Update shivammathur/setup-php digest to 9e72090 #469
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: extract-7z-action | ||
uses: DuckSoft/extract-7z-action@v1.0 | ||
name: 'extract-7z-action' | ||
description: 'Extract 7z/zip/.. Archive using GitHub Actions' | ||
branding: | ||
icon: archive | ||
color: blue | ||
inputs: | ||
pathSource: | ||
description: 'archive path to extract' | ||
required: true | ||
pathTarget: | ||
description: 'path to place the extract' | ||
required: true | ||
runs: | ||
using: 'node12' | ||
main: 'dist/index.js' | ||