From 8d13217a5f8c89cc3a86f0644d0c697d7c3c9713 Mon Sep 17 00:00:00 2001 From: Austin Valle Date: Mon, 5 Jun 2023 10:14:45 -0400 Subject: [PATCH] add action.yml to copywrite ignore --- .copywrite.hcl | 3 +++ action.yml | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.copywrite.hcl b/.copywrite.hcl index cab350a..8bbb750 100644 --- a/.copywrite.hcl +++ b/.copywrite.hcl @@ -23,5 +23,8 @@ project { # Auto-generated /dist "dist/**", + + # GitHub Action metadata file + "action.yml", ] } diff --git a/action.yml b/action.yml index 97cddcf..0077ecd 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,3 @@ -# Copyright (c) HashiCorp, Inc. -# SPDX-License-Identifier: MPL-2.0 - name: 'HashiCorp - Setup Terraform' description: 'Sets up Terraform CLI in your GitHub Actions workflow.' author: 'HashiCorp, Inc.'