Skip to content

Commit

Permalink
change the directory inside the action and the update script
Browse files Browse the repository at this point in the history
  • Loading branch information
bemxio committed Dec 5, 2024
1 parent 575ae27 commit 192b257
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}

script: echo ${{ secrets.PASSWORD }} | ./project-pretender/update.sh
script: echo ${{ secrets.PASSWORD }} | ./polkabot/update.sh
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
sudo -S apt-get update && sudo apt-get upgrade -y

# move into the polkabot directory
cd ~/project-pretender
cd ~/polkabot

# update python packages
python3 -m pip install -r requirements.txt --upgrade
Expand Down

0 comments on commit 192b257

Please sign in to comment.