Skip to content

Commit

Permalink
fix: issues
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicGBauer committed Jan 9, 2025
1 parent c822e8f commit 9c512df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/scripts/copy-config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ copy_config_files() {
echo "Copied contents of $template_config to ${template_config%/*}/$TARGET_CONFIG_FILE"
fi
done

# Create a new file .env fro supabase-trello demo
echo -n > demos/supabase-trello/.env
}

# Call the function for the single demos folder
Expand Down

0 comments on commit 9c512df

Please sign in to comment.