Skip to content

Commit

Permalink
Name action more specifically and match example
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarlisle committed Jun 16, 2022
1 parent de5e3ff commit aae71a5
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,24 @@
name: Go Action detection of dependencies
on:
name: Go Dependency Submission
on
push:
branches:
- main

# The API requires write permission on the repository to submit dependencies
permissions:
contents: write

jobs:
go-action-detection:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3

- uses: actions/setup-go@v3
with:
go-version: ">=1.18.0"

- name: Run snapshot action
uses: actions/go-dependency-submission@main
with:
Expand Down

0 comments on commit aae71a5

Please sign in to comment.