mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-27 05:23:37 +00:00
add action.yml to copywrite ignore
This commit is contained in:
parent
7da4b8c782
commit
8d13217a5f
2 changed files with 3 additions and 3 deletions
|
|
@ -23,5 +23,8 @@ project {
|
||||||
|
|
||||||
# Auto-generated /dist
|
# Auto-generated /dist
|
||||||
"dist/**",
|
"dist/**",
|
||||||
|
|
||||||
|
# GitHub Action metadata file
|
||||||
|
"action.yml",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,3 @@
|
||||||
# Copyright (c) HashiCorp, Inc.
|
|
||||||
# SPDX-License-Identifier: MPL-2.0
|
|
||||||
|
|
||||||
name: 'HashiCorp - Setup Terraform'
|
name: 'HashiCorp - Setup Terraform'
|
||||||
description: 'Sets up Terraform CLI in your GitHub Actions workflow.'
|
description: 'Sets up Terraform CLI in your GitHub Actions workflow.'
|
||||||
author: 'HashiCorp, Inc.'
|
author: 'HashiCorp, Inc.'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue