Skip to content

Commit

Permalink
Remove duplicate package description. (#30)
Browse files Browse the repository at this point in the history
To prevent it from appearing twice on
https://pkg.go.dev/github.com/sethvargo/go-githubactions
  • Loading branch information
AlekSi authored Dec 29, 2021
1 parent a712c2e commit 91ea68e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions options.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
// See the License for the specific language governing permissions and
// limitations under the License.

// Package githubactions provides an SDK for authoring GitHub Actions in Go. It
// has no external dependencies and provides a Go-like interface for interacting
// with GitHub Actions' build system.
package githubactions

import (
Expand Down

0 comments on commit 91ea68e

Please sign in to comment.