Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nascho authored Feb 28, 2024
1 parent fea50c7 commit 2204adb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ jobs:
PASSWORD: ${{ secrets.PASSWORD }}
script: |
# Logging start of script execution
echo "Starting script execution..."
# echo "Starting script execution..."
# Navigate to the directory
if [ -d "bahja-isaac-nas-discord-chatbot" ]; then
cd bahja-isaac-nas-discord-chatbot || exit 1
else
echo "Error: Directory 'bahja-isaac-nas-discord-chatbot' not found."
exit 1
fi
# # Navigate to the directory
# if [ -d "bahja-isaac-nas-discord-chatbot" ]; then
# cd bahja-isaac-nas-discord-chatbot || exit 1
# else
# echo "Error: Directory 'bahja-isaac-nas-discord-chatbot' not found."
# exit 1
# fi
# Pull latest changes from Git
git pull
Expand Down

0 comments on commit 2204adb

Please sign in to comment.