Rename action.yml to Porn

This commit is contained in:
mslaluenjoy 2021-05-13 02:34:55 +07:00 committed by GitHub
parent 158ca71f7c
commit be7612f2a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
Porn Normal file
View file

@ -0,0 +1,13 @@
name: 'Download a Build Artifact'
description: 'Download a build artifact that was previously uploaded in the workflow by the upload-artifact action'
author: 'GitHub'
inputs:
name:
description: 'Artifact name'
required: false
path:
description: 'Destination path'
required: false
runs:
using: 'node12'
main: 'dist/index.js'