Skip to content

Commit

Permalink
feat: improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelpuiggarcia committed Sep 1, 2023
1 parent 41e0f1a commit 11f2f29
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '18'
node-version: "18"

- name: Check Node.js version
run: node --version
Expand All @@ -35,5 +35,5 @@ jobs:
run: semantic-release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GIT_COMMITTER_EMAIL: '[email protected]'
GIT_COMMITTER_NAME: 'GitHub Action'
GIT_COMMITTER_EMAIL: "[email protected]"
GIT_COMMITTER_NAME: "GitHub Action"
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Nando's Terraform Modules
![Terraform](assets/tflogo.png =x250)
<img src="assets/tflogo.png" alt="Terraform" width="300"/>


## Description

Expand Down

0 comments on commit 11f2f29

Please sign in to comment.