mirror of
https://github.com/hashicorp/setup-terraform.git
synced 2025-12-27 13:33:37 +00:00
Cleaned up some unrequired quoting of YAML strings
This commit is contained in:
parent
174039b7cd
commit
6850b95a85
4 changed files with 23 additions and 23 deletions
4
.github/workflows/continuous-integration.yml
vendored
4
.github/workflows/continuous-integration.yml
vendored
|
|
@ -1,4 +1,4 @@
|
|||
name: 'Continuous Integration'
|
||||
name: Continuous Integration
|
||||
|
||||
on:
|
||||
push:
|
||||
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Setup Node.js 16.x
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
node-version: '16.x'
|
||||
node-version: 16.x
|
||||
|
||||
- name: Install
|
||||
run: npm clean-install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue