Skip to content

Commit

Permalink
Testing feature branch code
Browse files Browse the repository at this point in the history
  • Loading branch information
rithikasilva committed Jan 7, 2023
1 parent 2e9de61 commit 42d961a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ runs:
steps:
- run: |
cd ..
git clone https://github.com/rithikasilva/readme-lol-stats/tree/features.git
git clone https://github.com/rithikasilva/readme-lol-stats/tree/features
cd readme-lol-stats
pip install -r requirements.txt
cd ..
Expand Down
2 changes: 1 addition & 1 deletion todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ Which questions we actually want answered need to be decided.


### General TODO for Code
- [ ] Need to find a way to specify what version to clone since this action is composite
- [ ] Ensure graceful failure if any request is not met properly
- [ ] Handle improper structure of calling repository
- [ ] Integrate Logging for debugging and error messaging


### Maintain README
- [ ] Only keep information that is specific to implementation, and not specific to users

Expand Down

0 comments on commit 42d961a

Please sign in to comment.