Merge pull request #8 from courtneycl/update-description
Updating description and author for marketplace
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: Go Dependency Submission
|
||||
on
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: 'Go Action for Creating Dependency Snapshots'
|
||||
description: 'Detects go dependencies in projects using go mod graph utility'
|
||||
author: 'lorenanicole'
|
||||
name: 'Go Dependency Submission'
|
||||
description: 'Calculates dependencies for a Go build-target and submits the list to the Dependency Submission API'
|
||||
author: 'GitHub'
|
||||
inputs:
|
||||
token:
|
||||
description: "GitHub Personal Access Token (PAT). Defaults to PAT provided by Action runner"
|
||||
|
||||
Reference in New Issue
Block a user