Skip to content

Commit

Permalink
command check
Browse files Browse the repository at this point in the history
  • Loading branch information
FacuDeLorenzo committed Aug 19, 2024
1 parent 7fddb59 commit e9944ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "before: ${{ github.event.before }}"
echo "current: ${{ github.sha }}"
echo "The following Markdown files were changed:"
git diff --name-only ${{ github.event.before }} ${{ github.sha }}
"git diff "--name-only ${{ github.event.before }} ${{ github.sha }}"
- name: Process changed Markdown files
run: |
Expand Down
1 change: 1 addition & 0 deletions coolFolder/cooldoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ This document aims to summarize each task within Aave's smart contract architect
- Staking.
- Paraswap.


## Core components diagram
```mermaid
graph TD
Expand Down

0 comments on commit e9944ab

Please sign in to comment.