Skip to content

Commit

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

- name: Display changed Markdown files
run: |
${{ github.event.before }}
${{ github.sha }}
MODIFIED_FILES2=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }})
$MODIFIED_FILES2
MODIFIED_FILES=$(git diff --name-only ${{ github.event.before }} ${{ github.sha }})
echo "The following Markdown files were changed:"
$MODIFIED_FILES
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: 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 54fbe07

Please sign in to comment.