Merge pull request #8 from courtneycl/update-description

Updating description and author for marketplace
This commit is contained in:
Courtney Claessens
2022-06-16 16:57:20 -04:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
name: Go Dependency Submission
on
on:
push:
branches:
- main

View File

@@ -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"