Merge pull request #49 from actions/marketplace-unique-name

Update Action name to enable Marketplace publishing
This commit is contained in:
James M. Greene
2022-08-10 14:00:26 -05:00
committed by GitHub

View File

@@ -1,5 +1,6 @@
name: 'Deploy to GitHub Pages' name: 'Deploy GitHub Pages site'
description: 'A GitHub Action to deploy an artifact to GitHub Pages' description: 'A GitHub Action to deploy an artifact as a GitHub Pages site'
author: 'GitHub'
runs: runs:
using: 'node16' using: 'node16'
main: 'dist/index.js' main: 'dist/index.js'