Skip to content

Update shivammathur/setup-php digest to 7fdd3ec #264

Update shivammathur/setup-php digest to 7fdd3ec

Update shivammathur/setup-php digest to 7fdd3ec #264

- name: extract-7z-action
uses: DuckSoft/[email protected]

Check failure on line 3 in .github/workflows/extract-7z-action.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/extract-7z-action.yml

Invalid workflow file

You have an error in your yaml syntax on line 3
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'