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.'