Skip to content

Commit

Permalink
will this actually work 7
Browse files Browse the repository at this point in the history
  • Loading branch information
FacuDeLorenzo committed Aug 19, 2024
1 parent 54fbe07 commit 7fddb59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,11 @@ jobs:

- name: Display changed Markdown files
run: |
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 }}
- name: Process changed Markdown files
run: |
CHANGED_FILES=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }})
Expand Down
1 change: 0 additions & 1 deletion coolFolder/cooldoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ 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 7fddb59

Please sign in to comment.