add action.yml to copywrite ignore

This commit is contained in:
Austin Valle 2023-06-05 10:14:45 -04:00
parent 7da4b8c782
commit 8d13217a5f
2 changed files with 3 additions and 3 deletions

View file

@ -23,5 +23,8 @@ project {
# Auto-generated /dist
"dist/**",
# GitHub Action metadata file
"action.yml",
]
}

View file

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