Skip to content

Update tj-actions/changed-files action to v41 [SECURITY] #389

Update tj-actions/changed-files action to v41 [SECURITY]

Update tj-actions/changed-files action to v41 [SECURITY] #389

- 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'